Added Vietnamese address format

Accounts for both rural and urban address formats.
This commit is contained in:
Minh Nguyễn
2014-06-14 16:11:58 -07:00
parent 203381694b
commit 37dc5df58c

View File

@@ -13,5 +13,9 @@
{
"countryCodes": ["br"],
"format": [["street"], ["housenumber", "suburb"], ["city", "postcode"]]
},
{
"countryCodes": ["vn"],
"format": [["housenumber", "street"], ["subdistrict", "district"], ["suburb", "city"], ["province", "postcode"]]
}
]