mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 04:08:45 -05:00
feat(lang): add Polish display language (#2261)
This commit is contained in:
@@ -47,6 +47,8 @@ const loadLocaleData = (locale: AvailableLocale): Promise<any> => {
|
||||
return import('../i18n/locale/nb_NO.json');
|
||||
case 'nl':
|
||||
return import('../i18n/locale/nl.json');
|
||||
case 'pl':
|
||||
return import('../i18n/locale/pl.json');
|
||||
case 'pt-BR':
|
||||
return import('../i18n/locale/pt_BR.json');
|
||||
case 'pt-PT':
|
||||
|
||||
Reference in New Issue
Block a user