Add Hungarian address format (#9673)

This commit is contained in:
Yogurt4
2023-05-31 19:49:12 +02:00
committed by GitHub
parent 9b5f168575
commit be84e09481

View File

@@ -231,5 +231,12 @@
["district", "city"],
["postcode", "province"]
]
},
{
"countryCodes": ["hu"],
"format": [
["postcode", "city"],
["street", "housenumber"]
]
}
]