mirror of
https://github.com/sct/overseerr.git
synced 2025-12-29 00:56:55 +01:00
Merge remote-tracking branch 'upstream/develop' into develop
This commit is contained in:
@@ -51,6 +51,8 @@ const loadLocaleData = (locale: AvailableLocale): Promise<any> => {
|
||||
return import('../i18n/locale/it.json');
|
||||
case 'ja':
|
||||
return import('../i18n/locale/ja.json');
|
||||
case 'ko':
|
||||
return import('../i18n/locale/ko.json');
|
||||
case 'lt':
|
||||
return import('../i18n/locale/lt.json');
|
||||
case 'nb-NO':
|
||||
|
||||
Reference in New Issue
Block a user