Fix zh-TW language name (#2155)

Write it in the native language.
pull/2156/head
3gf8jv4dv 2024-12-08 13:48:14 +08:00 committed by GitHub
parent 0f1364a8d7
commit 6b87a8d91b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ const langs = [
message: zh_cn, message: zh_cn,
}, },
{ {
name: '繁中文', name: '繁中文',
locale: 'zh-tw', locale: 'zh-tw',
// alternate: 'zh-hk', // alternate: 'zh-hk',
country: 'cn', country: 'cn',

View File

@ -7,7 +7,7 @@
"fallback": true "fallback": true
}, },
{ {
"name": "繁中文", "name": "繁中文",
"locale": "zh-tw", "locale": "zh-tw",
"alternate": "zh-hk", "alternate": "zh-hk",
"country": "cn" "country": "cn"