Skip to content

Commit

Permalink
fix(i18n): description values for Chinese translations (#829)
Browse files Browse the repository at this point in the history
  • Loading branch information
ra5pvt1n authored Sep 2, 2024
1 parent b3d846e commit ba84d59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/i18n/languages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ const languages = [
},
{
key: 'zh-Hans',
description: '中国语文科 (简化字)',
description: '中文 (简化字)',
translation: zh_Hans,
},
{
key: 'zh-Hant',
description: '繁中国语文科 (繁体字)',
description: '中文 (繁体字)',
translation: zh_Hant,
},
{
Expand Down

0 comments on commit ba84d59

Please sign in to comment.