* client: bulgarian language translation

This commit is contained in:
Ildar Kamalov
2019-03-07 12:38:17 +03:00
parent 7ec4aa91ea
commit 10fcfefcfd
9 changed files with 491 additions and 15 deletions

View File

@@ -12,6 +12,7 @@ import ja from './__locales/ja.json';
import sv from './__locales/sv.json';
import ptBR from './__locales/pt-br.json';
import zhTW from './__locales/zh-tw.json';
import bg from './__locales/bg.json';
const resources = {
en: {
@@ -41,6 +42,9 @@ const resources = {
'zh-TW': {
translation: zhTW,
},
bg: {
translation: bg,
},
};
i18n