From 173699d5683605e72267b24a248085c2abccc38f Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Wed, 29 Jul 2015 18:53:25 +1200 Subject: Rename Chinese language file --- web/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/app.js') 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; -- cgit v1.2.3