mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
update web and bump ver for tag
This commit is contained in:
@@ -111,7 +111,7 @@ export default function App() {
|
||||
? changeLang('ua')
|
||||
: currentLang === 'ua'
|
||||
? changeLang('zh')
|
||||
: currentLang === 'en'
|
||||
: currentLang === 'en'
|
||||
}
|
||||
>
|
||||
{currentLang.toUpperCase()}
|
||||
|
||||
@@ -16,7 +16,7 @@ i18n
|
||||
en: { translation: translationEN },
|
||||
ru: { translation: translationRU },
|
||||
ua: { translation: translationUA },
|
||||
zh: { translation: translationZH }
|
||||
zh: { translation: translationZH },
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user