+ 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

@@ -63,6 +63,10 @@ export const LANGUAGES = [
key: 'zh-tw',
name: '正體中文',
},
{
key: 'zh-cn',
name: '简体中文',
},
];
export const INSTALL_FIRST_STEP = 1;