diff options
Diffstat (limited to 'web/app.js')
-rw-r--r-- | web/app.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/app.js b/web/app.js index 7b007a982..e87404421 100644 --- a/web/app.js +++ b/web/app.js @@ -21,7 +21,8 @@ Ext.Loader.setConfig({ { var available = { 'en': true, - 'ru': true + 'ru': true, + 'pl': true }; var language = Ext.Object.fromQueryString(window.location.search.substring(1)).locale; |