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 b8ccac8df..13bb07363 100644 --- a/web/app.js +++ b/web/app.js @@ -23,7 +23,8 @@ Ext.Loader.setConfig({ 'en': true, 'ru': true, 'pl': true, - 'fr': true + 'fr': true, + 'es': true }; var language = Ext.Object.fromQueryString(window.location.search.substring(1)).locale; |