From be84e09481ad326a266f42407b2fb67b620ac49d Mon Sep 17 00:00:00 2001 From: Yogurt4 Date: Wed, 31 May 2023 19:49:12 +0200 Subject: [PATCH] Add Hungarian address format (#9673) --- data/address_formats.json | 7 +++++++ 1 file changed, 7 insertions(+) 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"] + ] } ]