mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 20:28:40 -05:00
feat(lang): add support for Portuguese (Portugal) language
This commit is contained in:
@@ -38,6 +38,8 @@ const loadLocaleData = (locale: AvailableLocales): Promise<any> => {
|
||||
return import('../i18n/locale/it.json');
|
||||
case 'pt-BR':
|
||||
return import('../i18n/locale/pt_BR.json');
|
||||
case 'pt-PT':
|
||||
return import('../i18n/locale/pt_PT.json');
|
||||
case 'sr':
|
||||
return import('../i18n/locale/sr.json');
|
||||
case 'sv':
|
||||
|
||||
Reference in New Issue
Block a user