diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2020-04-11 09:46:06 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2020-04-11 09:46:06 -0400 |
| commit | 0942b7adba0b75f7ce520a34761d84d1dd69d72d (patch) | |
| tree | e7bda13c34d1c671bf61a04441c94fe7563e5490 /www | |
| parent | c94360e764de7f92e9c10fd98e925c1b7742deb1 (diff) | |
#924 fix name, merge into languages
Diffstat (limited to 'www')
| -rw-r--r-- | www/js/NVR.js | 4 | ||||
| -rwxr-xr-x | www/js/app.js | 1 | ||||
| -rw-r--r-- | www/lang/locale-zh_CN.json (renamed from www/lang/locale-zh-CN.json) | 0 |
3 files changed, 5 insertions, 0 deletions
diff --git a/www/js/NVR.js b/www/js/NVR.js index 8314b864..3b0cb2f2 100644 --- a/www/js/NVR.js +++ b/www/js/NVR.js @@ -53,6 +53,10 @@ angular.module('zmApp.controllers') value: 'ba' }, { + text: 'Simplified Chinese', + value: 'zh_CN' + }, + { text: 'Deutsch', value: 'de' }, diff --git a/www/js/app.js b/www/js/app.js index f252ca5b..076bde17 100755 --- a/www/js/app.js +++ b/www/js/app.js @@ -2264,6 +2264,7 @@ angular.module('zmApp', [ 'hi_*': 'hi', 'hu_*': 'hu', 'se_*': 'se', + 'zh_CN': 'zh_CN', '*': 'en' // must be last }); diff --git a/www/lang/locale-zh-CN.json b/www/lang/locale-zh_CN.json index 37a95528..37a95528 100644 --- a/www/lang/locale-zh-CN.json +++ b/www/lang/locale-zh_CN.json |
