diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2015-07-13 14:04:49 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2015-07-13 14:04:49 +1200 |
commit | 866a7b419a17363594447ccb2186a456f990a00d (patch) | |
tree | a0bf764a4bda643ffd0ee36fe74ee052d5496531 /web/app.js | |
parent | a2dac324574dde8fe8e57bd46dd7f94d0fb60231 (diff) | |
download | trackermap-server-866a7b419a17363594447ccb2186a456f990a00d.tar.gz trackermap-server-866a7b419a17363594447ccb2186a456f990a00d.tar.bz2 trackermap-server-866a7b419a17363594447ccb2186a456f990a00d.zip |
Add Thai UI translation
Diffstat (limited to 'web/app.js')
-rw-r--r-- | web/app.js | 7 |
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; |