aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--web/app.js4
-rw-r--r--web/l10n/zh.js (renamed from web/l10n/cn.js)0
2 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;
diff --git a/web/l10n/cn.js b/web/l10n/zh.js
index cf76e4e35..cf76e4e35 100644
--- a/web/l10n/cn.js
+++ b/web/l10n/zh.js