Skip to content

Commit

Permalink
修复简体中文名称依然使用繁体名称的问题。 (#2585)
Browse files Browse the repository at this point in the history
  • Loading branch information
kilvn authored Oct 18, 2024
1 parent 5e58510 commit 49ddd5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/assets/js/langs.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const supportLangs = [
icon: "🇮🇷",
},
{
name: "簡體中文",
name: "简体中文",
value: "zh-CN",
icon: "🇨🇳",
},
Expand Down

0 comments on commit 49ddd5f

Please sign in to comment.