mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-20 14:06:09 +05:00
Bulgarian translation (#288)
* Create translation.json * Update bulgarian translation (.json) * Update i18n.js
This commit is contained in:
committed by
GitHub
parent
c064bffbc2
commit
82f0237b2c
@@ -5,6 +5,7 @@ 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'
|
||||
import translationBG from 'locales/bg/translation.json'
|
||||
|
||||
i18n
|
||||
.use(LanguageDetector)
|
||||
@@ -17,6 +18,7 @@ i18n
|
||||
ru: { translation: translationRU },
|
||||
ua: { translation: translationUA },
|
||||
zh: { translation: translationZH },
|
||||
bg: { translation: translationBG },
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user