mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-02 20:58:56 -05:00
feat(lang): add support for russian languge
This commit is contained in:
@@ -24,6 +24,8 @@ const loadLocaleData = (locale: string): Promise<any> => {
|
||||
return import('../i18n/locale/nb_NO.json');
|
||||
case 'de':
|
||||
return import('../i18n/locale/de.json');
|
||||
case 'ru':
|
||||
return import('../i18n/locale/ru.json');
|
||||
default:
|
||||
return import('../i18n/locale/en.json');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user