* client: bulgarian language translation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user