Merge pull request #7159 from sguinetti/2.x

Update address & phone formats in Peru
This commit is contained in:
Quincy Morgan
2020-01-02 13:04:30 -05:00
committed by GitHub
2 changed files with 19 additions and 0 deletions

View File

@@ -160,6 +160,24 @@
"housenumber": 0.3,
"neighbourhood": 0.5,
"city": 0.5
},
{
"countryCodes": ["pe"],
"format": [
["street", "housenumber"],
["neighbourhood"],
["city", "state", "postcode"]
],
"dropdowns": [
"street", "neighbourhood", "city", "state", "postcode"
],
"widths": {
"street": 0.7,
"housenumber": 0.3,
"city": 0.4,
"state": 0.4,
"postcode": 0.2,
}
}
}
]

View File

@@ -40,6 +40,7 @@
"ms": "+1-664-555-1234",
"nl": "+31 42 123 4567",
"no": "+47 22 12 34 56",
"pe": "+51 1 1234567",
"pl": "+48 42 123 4567",
"pr": "+1-787-555-1234",
"pt": "+351 211 123456",