From 02c19e3e9328a670672db2c94a7f9deb12c5769d Mon Sep 17 00:00:00 2001 From: Julien Etienne Date: Mon, 24 Jun 2024 14:30:31 +0700 Subject: [PATCH] adding Thailand to address_formats.json --- data/address_formats.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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"] + ] } ]