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"]