From 526306440243f28f2edd9cdeb0bbf97da05115f4 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Mon, 12 Sep 2016 09:16:27 -0400 Subject: #325 - force english for paths Former-commit-id: b73fba3555d38c0215b2bcf97348debcbea0113b --- 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 435b9bf9..83982c1c 100644 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -39,6 +39,10 @@ angular.module('zmApp.controllers') { text: 'Portugese', value: 'pt' + }, + { + text: 'Hindi', + value: 'hi' } ]; -- cgit v1.2.3