Skip to content

Commit

Permalink
Add New Zealand address format
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Apr 29, 2024
1 parent 75d2788 commit 9c696d1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion data/address_formats.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,14 @@
["postcode", "city"]
]
},
{
"countryCodes": ["nz"],
"format": [
["housenumber", "street"],
["suburb"],
["city", "postcode"]
]
},
{
"countryCodes": ["br"],
"format": [
Expand Down Expand Up @@ -240,4 +248,4 @@
["postcode", "province"]
]
}
]
]

0 comments on commit 9c696d1

Please sign in to comment.