From d588a98dd81059b92a4f6f67a0176ec92abd5849 Mon Sep 17 00:00:00 2001 From: bgere80 Date: Tue, 4 Feb 2025 00:33:38 +0100 Subject: [PATCH] fix hungarian translation --- constants/countryCodes.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/constants/countryCodes.ts b/constants/countryCodes.ts index 712f40b..8db1248 100644 --- a/constants/countryCodes.ts +++ b/constants/countryCodes.ts @@ -6651,7 +6651,7 @@ export const countryCodes: CountryItem[] = [ "el": "Σουαζιλάνδη", "ar": "سوازيلاندا", "tr": "Esvatini", - "hu": "Svájc" + "hu": "Szváziföld" }, "dial_code": "+268", "code": "SZ", @@ -6714,7 +6714,8 @@ export const countryCodes: CountryItem[] = [ "he": "שוויץ", "el": "Ελβετία", "ar": "سويسرا", - "tr": "İsviçre" + "tr": "İsviçre", + "hu": "Svájc" }, "dial_code": "+41", "code": "CH",