diff --git a/data/address_formats.json b/data/address_formats.json index cb1ab170a4..e58479e601 100644 --- a/data/address_formats.json +++ b/data/address_formats.json @@ -231,5 +231,13 @@ ["city", "postcode"], ["district"] ] + }, + { + "countryCodes": ["ph"], + "format": [ + ["unit", "housename", "housenumber", "street"], + ["neighbourhood", "district", "city"], + ["postcode", "province"] + ] } ] \ No newline at end of file