Bulgarian translation (#288)

* Create translation.json

* Update bulgarian translation (.json)

* Update i18n.js
This commit is contained in:
Dimitar "Topper" Maznekov
2023-10-07 18:00:48 +03:00
committed by GitHub
parent c064bffbc2
commit 82f0237b2c
2 changed files with 181 additions and 0 deletions

View File

@@ -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 },
},
})