From ab8407db5022d5f2470fd175f147a8aaf461cf6a Mon Sep 17 00:00:00 2001 From: bryceco Date: Thu, 25 May 2023 10:09:49 -0700 Subject: [PATCH] Add address format for Phillipines (#9630) --- data/address_formats.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data/address_formats.json b/data/address_formats.json index 26cd5ef6a..cf02c2df3 100644 --- a/data/address_formats.json +++ b/data/address_formats.json @@ -186,5 +186,13 @@ ["city", "postcode"], ["district"] ] + }, + { + "countryCodes": ["ph"], + "format": [ + ["unit", "housenumber", "street"], + ["district", "city"], + ["postcode", "province"] + ] } ]