mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 12:18:35 -05:00
feat(lang): add support for Spanish language
This commit is contained in:
@@ -28,6 +28,8 @@ const loadLocaleData = (locale: string): Promise<any> => {
|
||||
return import('../i18n/locale/ru.json');
|
||||
case 'nl':
|
||||
return import('../i18n/locale/nl.json');
|
||||
case 'es':
|
||||
return import('../i18n/locale/es.json');
|
||||
default:
|
||||
return import('../i18n/locale/en.json');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user