Skip to content

Commit bc7b8e1

Browse files
committed
Merge branch 'Chinese-i18n' of https://github.com/ZhichengChen/loopback-angular-admin into ZhichengChen-Chinese-i18n
2 parents 139d199 + 36c9061 commit bc7b8e1

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)