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