mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 04:08:45 -05:00
feat(lang): add support for Hungarian language
This commit is contained in:
@@ -30,6 +30,8 @@ const loadLocaleData = (locale: AvailableLocales): Promise<any> => {
|
||||
return import('../i18n/locale/it.json');
|
||||
case 'ja':
|
||||
return import('../i18n/locale/ja.json');
|
||||
case 'hu':
|
||||
return import('../i18n/locale/hu.json');
|
||||
case 'nb-NO':
|
||||
return import('../i18n/locale/nb_NO.json');
|
||||
case 'nl':
|
||||
|
||||
Reference in New Issue
Block a user