From 6649b2ec72c33ffdfcda7f8870436986f1e5ef76 Mon Sep 17 00:00:00 2001 From: Stenive Date: Sat, 19 Aug 2017 20:30:55 +0800 Subject: [PATCH] Update Chinese address format --- data/address-formats.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/data/address-formats.json b/data/address-formats.json index 6f701bd24..e17b00877 100644 --- a/data/address-formats.json +++ b/data/address-formats.json @@ -122,8 +122,7 @@ "countryCodes": ["cn"], "format": [ ["postcode", "province"], - ["city", "unit"], - ["district"], + ["city", "district"], ["street", "housenumber"] ] }