mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-20 05:56:10 +05:00
fix bg lang / format locales
This commit is contained in:
@@ -111,6 +111,8 @@ export default function App() {
|
||||
? changeLang('ua')
|
||||
: currentLang === 'ua'
|
||||
? changeLang('zh')
|
||||
: currentLang === 'zh'
|
||||
? changeLang('bg')
|
||||
: changeLang('en')
|
||||
}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user