diff options
Diffstat (limited to 'www/js/DataModel.js')
| -rwxr-xr-x | www/js/DataModel.js | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js index efa18634..e138fd72 100755 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -38,6 +38,10 @@ angular.module('zmApp.controllers') value: 'ar' }, { + text: 'Deutsch', + value: 'de' + }, + { text: 'Español', value: 'es' }, @@ -46,16 +50,16 @@ angular.module('zmApp.controllers') text: 'Français', value: 'fr' }, - - { - text: 'Deutsch', - value: 'de' - }, + { text: 'Italiano', value: 'it' }, { + text:'Magyar', + value:'hu' + }, + { text: 'Nederlands', value: 'nl' }, |
