summaryrefslogtreecommitdiff
path: root/www/js/DataModel.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@users.noreply.github.com>2016-11-09 19:23:22 -0500
committerGitHub <noreply@github.com>2016-11-09 19:23:22 -0500
commitb58618ec49b314370c8cfa0a562e7dd3e065fc1a (patch)
tree8459ba6afd9060011bdbfd2a337cba9008dc3baa /www/js/DataModel.js
parent8b4c11e4e234f1eb52bb16322bacd00c455879f0 (diff)
parente2f15230ac9c4c90b483914398886c70f7d6dd04 (diff)
Merge pull request #365 from BoskSpb/master
Adding Russian language in App
Diffstat (limited to 'www/js/DataModel.js')
-rw-r--r--www/js/DataModel.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js
index 01b9ce8a..05972b9b 100644
--- a/www/js/DataModel.js
+++ b/www/js/DataModel.js
@@ -36,6 +36,9 @@ angular.module('zmApp.controllers')
text: 'Italian',
value: 'it'
}, {
+ text: 'Русский',
+ value: 'ru'
+ }, {
text: 'Portugese',
value: 'pt'
}, {