diff options
Diffstat (limited to 'web/app.js')
-rw-r--r-- | web/app.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/app.js b/web/app.js index a84e734af..22b5c6ad1 100644 --- a/web/app.js +++ b/web/app.js @@ -20,10 +20,12 @@ Ext.Loader.setConfig({ { var available = { + 'de': true, 'en': true, 'es': true, 'fr': true, 'pl': true, + 'pt': true, 'ru': true, 'th': true }; |