From d5fbabc253444f6eef6f882fb0d4396afb4eae74 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Thu, 17 May 2018 10:12:33 -0400 Subject: [PATCH] Add Australian address format (closes #5039) --- data/address-formats.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/data/address-formats.json b/data/address-formats.json index 92fed5f7c..32b1c3cb0 100644 --- a/data/address-formats.json +++ b/data/address-formats.json @@ -6,6 +6,13 @@ ["city", "postcode"] ] }, + { + "countryCodes": ["au"], + "format": [ + ["unit", "housenumber", "street"], + ["suburb", "state", "postcode"] + ] + }, { "countryCodes": ["gb"], "format": [ @@ -68,7 +75,7 @@ ] }, { - "countryCodes": ["au","ca"], + "countryCodes": ["ca"], "format": [ ["housenumber", "street", "unit"], ["city", "province", "postcode"]