diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-11-15 16:25:08 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-11-15 16:25:08 -0500 |
| commit | 0ba027bbd4bf31c14a02d7c2adc1c45bb73def96 (patch) | |
| tree | 0b4983af0fecc3993e65f3903420ca9890254638 /www/js/DataModel.js | |
| parent | a95c46923dbe74a3bd042383be6ca5f620c386b7 (diff) | |
integrated polish language into app #372 #368 #370
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' }, { |
