Skip to content

Commit

Permalink
Adding postcode to Japanese scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
MKuranowski committed Jan 2, 2017
1 parent 5102782 commit fde26f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/address-formats.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]]
}
]
}

0 comments on commit fde26f8

Please sign in to comment.