mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-20 14:06: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:
@@ -109,7 +109,9 @@ export default function App() {
|
||||
? changeLang('ru')
|
||||
: currentLang === 'ru'
|
||||
? changeLang('ua')
|
||||
: changeLang('en')
|
||||
: currentLang === 'ua'
|
||||
? changeLang('zh')
|
||||
: currentLang === 'en'
|
||||
}
|
||||
>
|
||||
{currentLang.toUpperCase()}
|
||||
|
||||
Reference in New Issue
Block a user