summaryrefslogtreecommitdiff
path: root/www/js/DataModel.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-09-12 09:16:27 -0400
committerPliable Pixels <pliablepixels@gmail.com>2016-09-12 09:16:27 -0400
commit526306440243f28f2edd9cdeb0bbf97da05115f4 (patch)
tree288013722cee0f8c3eca6ddd052567b41c323218 /www/js/DataModel.js
parentd795e16b0c0256662b7ae12f3822862b109673fe (diff)
#325 - force english for paths
Former-commit-id: b73fba3555d38c0215b2bcf97348debcbea0113b
Diffstat (limited to 'www/js/DataModel.js')
-rw-r--r--www/js/DataModel.js4
1 files changed, 4 insertions, 0 deletions
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'
}
];