diff options
Diffstat (limited to 'web/app.js')
-rw-r--r-- | web/app.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/app.js b/web/app.js index ed04f3ece..c1fe8b0a6 100644 --- a/web/app.js +++ b/web/app.js @@ -20,7 +20,6 @@ Ext.Loader.setConfig({ { var availableLanguages = { - 'cn': '中文', 'de': 'Deutsch', 'en': 'English', 'es': 'Español', @@ -28,7 +27,8 @@ Ext.Loader.setConfig({ 'pl': 'Polski', 'pt': 'Português', 'ru': 'Русский', - 'th': 'ไทย' + 'th': 'ไทย', + 'zh': '中文' }; var language = Ext.Object.fromQueryString(window.location.search.substring(1)).locale; |