diff --git a/data/address_formats.json b/data/address_formats.json index ea4bf3bd2..60350842b 100644 --- a/data/address_formats.json +++ b/data/address_formats.json @@ -284,5 +284,14 @@ ["postcode", "city"], ["street", "housenumber"] ] + }, + { + "countryCodes": ["th"], + "format": [ + ["housenumber", "place"], + ["street"], + ["subdistrict", "district"], + ["province", "postcode"] + ] } ]