From 37dc5df58cf9c916b810b00004f628d7b2f08170 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Sat, 14 Jun 2014 16:11:58 -0700 Subject: [PATCH] Added Vietnamese address format Accounts for both rural and urban address formats. --- data/address-formats.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/address-formats.json b/data/address-formats.json index f5a7c08db..ba7fec192 100644 --- a/data/address-formats.json +++ b/data/address-formats.json @@ -13,5 +13,9 @@ { "countryCodes": ["br"], "format": [["street"], ["housenumber", "suburb"], ["city", "postcode"]] + }, + { + "countryCodes": ["vn"], + "format": [["housenumber", "street"], ["subdistrict", "district"], ["suburb", "city"], ["province", "postcode"]] } ]