diff options
Diffstat (limited to 'www/js')
| -rw-r--r-- | www/js/DataModel.js | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js index df7d7fdf..a0e0bce8 100644 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -34,6 +34,14 @@ angular.module('zmApp.controllers') value: 'en' }, { + text: 'العربية', + value: 'ar' + }, + { + text: 'Español', + value: 'es' + }, + { text: 'Italian', value: 'it' }, @@ -41,23 +49,17 @@ angular.module('zmApp.controllers') text: 'Polski', value: 'pl' }, - - { - text: 'Русский', - value: 'ru' - }, { text: 'Portugese', value: 'pt' }, { - text: 'العربية', - value: 'ar' - }, - { - text: 'Español', - value: 'es' + text: 'Русский', + value: 'ru' }, + + + /* { text: 'Hindi', value: 'hi' |
