diff --git a/src/i18n/languages.ts b/src/i18n/languages.ts index fb3d43f6..d2bd9d5f 100644 --- a/src/i18n/languages.ts +++ b/src/i18n/languages.ts @@ -29,12 +29,12 @@ const languages = [ }, { key: 'zh-Hans', - description: '中国语文科 (简化字)', + description: '中文 (简化字)', translation: zh_Hans, }, { key: 'zh-Hant', - description: '繁中国语文科 (繁体字)', + description: '中文 (繁体字)', translation: zh_Hant, }, {