From 47639b00f8a0e1d83ee7981298867de556948f5b Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 27 Aug 2023 10:28:31 +0200 Subject: [PATCH] feat(i18n): add hungarian translation for selection --- src/i18n/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/i18n/index.ts b/src/i18n/index.ts index a258374fa..d6a6c42aa 100644 --- a/src/i18n/index.ts +++ b/src/i18n/index.ts @@ -18,6 +18,7 @@ export const SUPPORTED_LOCALES = { 'es-ES': 'Español', 'da-DK': 'Dansk', 'ja-JP': '日本語', + 'hu-HU': 'Magyar', } as const export type SupportedLocale = keyof typeof SUPPORTED_LOCALES