diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2017-08-17 14:12:52 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2017-08-17 14:12:52 -0400 |
| commit | 3bc7f0d1267c6b7fad4cff392d428f74c123cb50 (patch) | |
| tree | 83cb0c5b51a41f47e2011b41d833ff22275c390b /www/js/DataModel.js | |
| parent | cf5946be65667a69a0cd4b914c74b89c799c1872 (diff) | |
#529
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' }, |
