feat(i18n): add hungarian translation for selection
This commit is contained in:
parent
e63cecceca
commit
47639b00f8
@ -18,6 +18,7 @@ export const SUPPORTED_LOCALES = {
|
|||||||
'es-ES': 'Español',
|
'es-ES': 'Español',
|
||||||
'da-DK': 'Dansk',
|
'da-DK': 'Dansk',
|
||||||
'ja-JP': '日本語',
|
'ja-JP': '日本語',
|
||||||
|
'hu-HU': 'Magyar',
|
||||||
} as const
|
} as const
|
||||||
|
|
||||||
export type SupportedLocale = keyof typeof SUPPORTED_LOCALES
|
export type SupportedLocale = keyof typeof SUPPORTED_LOCALES
|
||||||
|
Loading…
x
Reference in New Issue
Block a user