From 26f4479859fde19fd5b640d351b3b7d443816b4d Mon Sep 17 00:00:00 2001 From: SunX Date: Thu, 10 Nov 2022 10:46:31 +0800 Subject: [PATCH] Update i18n.js change langeage name --- client/plugins/i18n.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/plugins/i18n.js b/client/plugins/i18n.js index 1b1a83cd..5d0f346e 100644 --- a/client/plugins/i18n.js +++ b/client/plugins/i18n.js @@ -11,7 +11,7 @@ const languageCodeMap = { // 'es': 'Español', // 'it': 'Italiano', // 'pl': 'Polski', - 'zh-cn': '汉语 (简化字)' + 'zh-cn': '简体中文 (Simplified Chinese)' } Vue.prototype.$languageCodeOptions = Object.keys(languageCodeMap).map(code => { return {