Skip to content

Commit

Permalink
Merge pull request #4328 from Teiron/master
Browse files Browse the repository at this point in the history
Improve address format for Poland
  • Loading branch information
bhousel authored Sep 8, 2017
2 parents f8a15be + b5bf72b commit 28b5eff
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions data/address-formats.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,22 @@
"countryCodes": [
"ad", "ba", "be", "cz", "dk", "es",
"fi", "gr", "hr", "is", "it", "li",
"nl", "no", "pl", "pt", "se", "si",
"sk", "sm", "va"
"nl", "no", "pt", "se", "si", "sk",
"sm", "va"
],
"format": [
["unit","street", "housenumber"],
["postcode", "city"]
]
},
{
"countryCodes": ["pl"],
"format": [
["street", "housenumber"],
["postcode"],
["place", "city"]
]
},
{
"countryCodes": ["fr", "lu", "mo"],
"format": [
Expand Down

0 comments on commit 28b5eff

Please sign in to comment.