aboutsummaryrefslogtreecommitdiff
path: root/web/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app.js')
-rw-r--r--web/app.js7
1 files changed, 4 insertions, 3 deletions
diff --git a/web/app.js b/web/app.js
index efe81d89e..a84e734af 100644
--- a/web/app.js
+++ b/web/app.js
@@ -21,10 +21,11 @@ Ext.Loader.setConfig({
{
var available = {
'en': true,
- 'ru': true,
- 'pl': true,
+ 'es': true,
'fr': true,
- 'es': true
+ 'pl': true,
+ 'ru': true,
+ 'th': true
};
var language = Ext.Object.fromQueryString(window.location.search.substring(1)).locale;