From aba1ab105edaaaaeed72527bc8da4ddc5fef3e06 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Mon, 2 Jan 2017 19:41:20 -0500 Subject: [PATCH] Add postcode to jp address format --- data/address-formats.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/address-formats.json b/data/address-formats.json index 0e3f01b7a..418fd7def 100644 --- a/data/address-formats.json +++ b/data/address-formats.json @@ -41,7 +41,7 @@ }, { "countryCodes": ["jp"], - "format": [["province", "county"], ["city", "suburb", "quarter"], ["neighbourhood", "block_number", "housenumber"]] + "format": [["postcode", "province", "county"], ["city", "suburb", "quarter"], ["neighbourhood", "block_number", "housenumber"]] } ] }