From 0d2eb8500778855b4a7fc72cfc39d8843a9ffa69 Mon Sep 17 00:00:00 2001 From: Mert Emin Kalender Date: Sat, 7 Jan 2017 19:53:54 -0800 Subject: [PATCH] Add Turkish address scheme --- data/address-formats.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/address-formats.json b/data/address-formats.json index 418fd7def..18057351b 100644 --- a/data/address-formats.json +++ b/data/address-formats.json @@ -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"]] } ] }