Skip to content

Commit 36c9061

Browse files
committed
Added Chinese language
1 parent b64dabf commit 36c9061

3 files changed

Lines changed: 902 additions & 0 deletions

File tree

client/app/js/app.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@
8888
lang: 'ru_RU',
8989
country: 'RU',
9090
name: gettextCatalog.getString('Russian')
91+
},
92+
'zh_CN': {
93+
lang: 'zh_CN',
94+
country: 'CN',
95+
name: gettextCatalog.getString('Chinese')
9196
}
9297
};
9398

po/zh_CN.mo

11.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)