Skip to content

Commit

Permalink
addresses in Czech Republic and Slovakia are more complicated
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrasd committed Apr 28, 2023
1 parent caac22f commit 316b819
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions data/address_formats.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
},
{
"countryCodes": [
"ad", "ba", "be", "cz", "dk", "es", "gr", "hr",
"it", "pt", "se", "sk", "sm", "va"
"ad", "ba", "be", "dk", "es", "gr", "hr",
"it", "pt", "se", "sm", "va"
],
"format": [
["street+place", "housenumber", "unit"],
Expand Down Expand Up @@ -216,5 +216,12 @@
["housenumber", "street+place"],
["city", "postcode"]
]
},
{
"countryCodes": ["cz", "sk"],
"format": [
["street", "housenumber"],
["postcode", "city"]
]
}
]

0 comments on commit 316b819

Please sign in to comment.