From 3bc7f0d1267c6b7fad4cff392d428f74c123cb50 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Thu, 17 Aug 2017 14:12:52 -0400 Subject: #529 --- www/js/DataModel.js | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'www/js') 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 @@ -37,6 +37,10 @@ angular.module('zmApp.controllers') text: 'العربية', value: 'ar' }, + { + text: 'Deutsch', + value: 'de' + }, { text: 'Español', value: 'es' @@ -46,15 +50,15 @@ 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' -- cgit v1.2.3