From e5afebe75c1f476f409ca3ec95a940acd05c4231 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Thu, 28 Jul 2016 15:04:03 -0400 Subject: #290 - Added portugese to list of languages Former-commit-id: 55b2022cb657d51ddc42cc5dacf3729a2ae700ce --- www/js/DataModel.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'www/js/DataModel.js') diff --git a/www/js/DataModel.js b/www/js/DataModel.js index bd699971..df92729e 100644 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -33,6 +33,10 @@ angular.module('zmApp.controllers') { text: 'Italian', value: 'it' + }, + { + text: 'Portugese', + value: 'pt' } ]; -- cgit v1.2.3