Add Taiwan (R.O.C.) address format

This commit is contained in:
david082321
2016-07-20 11:14:10 +08:00
committed by GitHub
parent 244dd1f46e
commit bb3485de5f

View File

@@ -33,5 +33,9 @@
{
"countryCodes": ["ca"],
"format": [["housenumber", "street"], ["city", "province", "postcode"]]
},
{
"countryCodes": ["tw"],
"format": [["postcode", "city", "district"], ["place", "village", "street"], ["housenumber", "floor"]]
}
]