Skip to content

Commit

Permalink
Add address format for South Korea
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Nov 14, 2023
1 parent 9dc8a4f commit 3739f79
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions data/address_formats.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,14 @@
"housenumber": 0.5
}
},
{
"countryCodes": ["kr"],
"format": [
["province", "city", "district"],
["street", "housenumber", "unit"],
["postcode"]
]
},
{
"countryCodes": ["tr"],
"format": [
Expand Down

0 comments on commit 3739f79

Please sign in to comment.