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',
|
||||
'da-DK': 'Dansk',
|
||||
'ja-JP': '日本語',
|
||||
'hu-HU': 'Magyar',
|
||||
} as const
|
||||
|
||||
export type SupportedLocale = keyof typeof SUPPORTED_LOCALES
|
||||
|
Loading…
x
Reference in New Issue
Block a user