diff options
Diffstat (limited to 'www/js/DataModel.js')
| -rw-r--r-- | www/js/DataModel.js | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js index e6af8baa..572a9cf4 100644 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -35,7 +35,13 @@ angular.module('zmApp.controllers') }, { text: 'Italian', value: 'it' - }, { + }, + { + text: 'Polksi', + value: 'pl' + }, + + { text: 'Русский', value: 'ru' }, { |
