summaryrefslogtreecommitdiff
path: root/www/js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js')
-rw-r--r--www/js/NVR.js4
-rwxr-xr-xwww/js/app.js1
2 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
});