From 0942b7adba0b75f7ce520a34761d84d1dd69d72d Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sat, 11 Apr 2020 09:46:06 -0400 Subject: #924 fix name, merge into languages --- www/js/NVR.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'www/js/NVR.js') 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 @@ -52,6 +52,10 @@ angular.module('zmApp.controllers') text: 'Bosnian', value: 'ba' }, + { + text: 'Simplified Chinese', + value: 'zh_CN' + }, { text: 'Deutsch', value: 'de' -- cgit v1.2.3