From fbd48364abca4108eb6924d5d7cb8dbf9da7c9cf Mon Sep 17 00:00:00 2001 From: Yogurt Date: Wed, 31 May 2023 09:05:57 +0200 Subject: [PATCH] Add Hungarian address format --- data/address_formats.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/data/address_formats.json b/data/address_formats.json index 8c0872440d..392e0e7d9c 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"] + ] } ]