+ client: added Simplified Chinese

Closes #611
This commit is contained in:
Ildar Kamalov
2019-03-12 11:02:19 +03:00
parent ecf0b0c5c1
commit 21db166be0
6 changed files with 509 additions and 249 deletions

View File

@@ -13,6 +13,7 @@ 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';
import zhCN from './__locales/zh-cn.json';
const resources = {
en: {
@@ -45,6 +46,9 @@ const resources = {
bg: {
translation: bg,
},
'zh-CN': {
translation: zhCN,
},
};
i18n