From 0ba027bbd4bf31c14a02d7c2adc1c45bb73def96 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Tue, 15 Nov 2016 16:25:08 -0500 Subject: integrated polish language into app #372 #368 #370 --- www/js/DataModel.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'www/js/DataModel.js') 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' }, { -- cgit v1.2.3