Add Brazilian format based on #2124

This commit is contained in:
John Firebaugh
2014-06-13 10:52:25 -07:00
parent 8a0b67afcc
commit f2a9154bf2

View File

@@ -9,5 +9,9 @@
{
"countryCodes": ["at", "ch", "de"],
"format": [["street", "housenumber"], ["postcode", "city"]]
},
{
"countryCodes": ["br"],
"format": [["street"], ["housenumber", "suburb"], ["city", "postcode"]]
}
]