From 866a7b419a17363594447ccb2186a456f990a00d Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Mon, 13 Jul 2015 14:04:49 +1200 Subject: Add Thai UI translation --- web/app.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'web/app.js') 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; -- cgit v1.2.3