feat(i18n): add hungarian translation for selection

This commit is contained in:
kolaente 2023-08-27 10:28:31 +02:00
parent e63cecceca
commit 47639b00f8
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -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