Skip to content

Commit

Permalink
Fix zh-TW language name (#2155)
Browse files Browse the repository at this point in the history
Write it in the native language.
  • Loading branch information
3gf8jv4dv authored Dec 8, 2024
1 parent 0f1364a commit 6b87a8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lang/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const langs = [
message: zh_cn,
},
{
name: '繁体中文',
name: '繁體中文',
locale: 'zh-tw',
// alternate: 'zh-hk',
country: 'cn',
Expand Down
2 changes: 1 addition & 1 deletion src/lang/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"fallback": true
},
{
"name": "繁体中文",
"name": "繁體中文",
"locale": "zh-tw",
"alternate": "zh-hk",
"country": "cn"
Expand Down

0 comments on commit 6b87a8d

Please sign in to comment.