Merge pull request #3729 from mertemin/feature-x

Add Turkish address scheme
This commit is contained in:
Bryan Housel
2017-01-08 15:14:52 -05:00
committed by GitHub
+4
View File
@@ -42,6 +42,10 @@
{
"countryCodes": ["jp"],
"format": [["postcode", "province", "county"], ["city", "suburb", "quarter"], ["neighbourhood", "block_number", "housenumber"]]
},
{
"countryCodes": ["tr"],
"format": [["neighbourhood"], ["street", "housenumber"], ["postcode", "district", "city"]]
}
]
}