mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
Added Simplified Chinese translation (#268)
* Added Simplified Chinese translation * Add the missing switch * Improve Simplified Chinese translation
This commit is contained in:
@@ -4,6 +4,7 @@ import LanguageDetector from 'i18next-browser-languagedetector'
|
||||
import translationEN from 'locales/en/translation.json'
|
||||
import translationRU from 'locales/ru/translation.json'
|
||||
import translationUA from 'locales/ua/translation.json'
|
||||
import translationZH from 'locales/zh/translation.json'
|
||||
|
||||
i18n
|
||||
.use(LanguageDetector)
|
||||
@@ -15,6 +16,7 @@ i18n
|
||||
en: { translation: translationEN },
|
||||
ru: { translation: translationRU },
|
||||
ua: { translation: translationUA },
|
||||
zh: { translation: translationZH }
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user