mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 04:08:45 -05:00
feat(lang): add Simplified Chinese display language (#2032)
This commit is contained in:
@@ -53,6 +53,8 @@ const loadLocaleData = (locale: AvailableLocale): Promise<any> => {
|
||||
return import('../i18n/locale/sr.json');
|
||||
case 'sv':
|
||||
return import('../i18n/locale/sv.json');
|
||||
case 'zh-CN':
|
||||
return import('../i18n/locale/zh_Hans.json');
|
||||
case 'zh-TW':
|
||||
return import('../i18n/locale/zh_Hant.json');
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user