From 8f81ce19765598cac99481df55c492c73ff63c14 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Tue, 13 Sep 2016 07:45:44 -0500 Subject: #325 - imported initial arabic lang file, manually merged other changes Former-commit-id: 40efb97aadd7b1399f12c40d5a40b7b856548c52 --- www/js/DataModel.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www/js/DataModel.js') diff --git a/www/js/DataModel.js b/www/js/DataModel.js index 9447020a..be6aa43b 100644 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -41,13 +41,13 @@ angular.module('zmApp.controllers') value: 'pt' }, { - text: 'Arabic', + text: 'العربية', value: 'ar' }, - { + /* { text: 'Hindi', value: 'hi' - } + }*/ ]; var serverGroupList = {}; -- cgit v1.2.3