Skip to content

Commit

Permalink
Support Latvian address scheme (#9667)
Browse files Browse the repository at this point in the history
To [check address format](https://www.pasts.lv/en/Category/Postal_Code_Look-up/) see official Latvian Post website.
  • Loading branch information
soshial authored May 31, 2023
1 parent be84e09 commit 23f0dcf
Showing 1 changed file with 20 additions and 7 deletions.
27 changes: 20 additions & 7 deletions data/address_formats.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,6 @@
["postcode", "city"]
]
},
{
"countryCodes": ["lv"],
"format": [
["street", "housenumber"],
["city", "postcode"]
]
},
{
"countryCodes": ["br"],
"format": [
Expand Down Expand Up @@ -202,6 +195,26 @@
"postcode": 0.2
}
},
{
"countryCodes": ["lv"],
"format": [
["street", "housenumber"],
["housename", "subdistrict"],
["district", "city", "postcode"]
],
"dropdowns": [
"street", "city", "subdistrict", "district", "postcode"
],
"widths": {
"street": 0.7,
"housenumber": 0.3,
"housename": 0.4,
"subdistrict": 0.6,
"district": 0.4,
"city": 0.4,
"postcode": 0.2
}
},
{
"countryCodes": ["in"],
"format": [
Expand Down

0 comments on commit 23f0dcf

Please sign in to comment.