diff --git a/data/address_formats.json b/data/address_formats.json index 8c0872440..392e0e7d9 100644 --- a/data/address_formats.json +++ b/data/address_formats.json @@ -231,5 +231,12 @@ ["district", "city"], ["postcode", "province"] ] + }, + { + "countryCodes": ["hu"], + "format": [ + ["postcode", "city"], + ["street", "housenumber"] + ] } ]