Added Simplified Chinese translation (#268)

* Added Simplified Chinese translation

* Add the missing switch

* Improve Simplified Chinese translation
This commit is contained in:
西行寺鬼鬼子
2023-06-03 14:59:58 +02:00
committed by GitHub
parent 2077c6a95f
commit 64743af2ce
3 changed files with 183 additions and 1 deletions

View File

@@ -109,7 +109,9 @@ export default function App() {
? changeLang('ru')
: currentLang === 'ru'
? changeLang('ua')
: changeLang('en')
: currentLang === 'ua'
? changeLang('zh')
: currentLang === 'en'
}
>
{currentLang.toUpperCase()}