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