Merge pull request #4024 from Stenive/patch-1

Add Chinese(PRC) address format
This commit is contained in:
Bryan Housel
2017-05-08 08:04:10 -04:00
committed by GitHub
+9
View File
@@ -117,6 +117,15 @@
["housenumber", "postcode"],
["street"]
]
},
{
"countryCodes": ["cn"],
"format": [
["postcode", "province"],
["city"],
["district"],
["street", "housenumber"]
]
}
]
}