mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 12:18:35 -05:00
feat(lang): add Albanian display language (#2605)
This commit is contained in:
@@ -55,6 +55,8 @@ const loadLocaleData = (locale: AvailableLocale): Promise<any> => {
|
||||
return import('../i18n/locale/pt_PT.json');
|
||||
case 'ru':
|
||||
return import('../i18n/locale/ru.json');
|
||||
case 'sq':
|
||||
return import('../i18n/locale/sq.json');
|
||||
case 'sr':
|
||||
return import('../i18n/locale/sr.json');
|
||||
case 'sv':
|
||||
|
||||
Reference in New Issue
Block a user