diff options
author | Edison Lee <edisonlee@edisonlee55.com> | 2024-02-09 04:00:03 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-08 12:00:03 -0800 |
commit | 4041db31e23fef216b93aa3b6e312836b7146b90 (patch) | |
tree | 01f75d73a483be5dedf7b7ae608cb0b28ac329ad /src | |
parent | 1700b82713d7098e0979c929a6137ed055e97cfe (diff) | |
download | voidsky-4041db31e23fef216b93aa3b6e312836b7146b90.tar.zst |
Correct the country code name of Taiwan (#2797)
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/country-codes.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/country-codes.ts b/src/lib/country-codes.ts index ae0152876..9c9da84cf 100644 --- a/src/lib/country-codes.ts +++ b/src/lib/country-codes.ts @@ -219,7 +219,7 @@ export const COUNTRY_CODES: CountryCodeMap[] = [ {code2: 'SE', name: 'Sweden (+46)'}, {code2: 'CH', name: 'Switzerland (+41)'}, {code2: 'SY', name: 'Syrian Arab Republic (+963)'}, - {code2: 'TW', name: 'Taiwan, Province of China (+886)'}, + {code2: 'TW', name: 'Taiwan (+886)'}, {code2: 'TJ', name: 'Tajikistan (+992)'}, {code2: 'TZ', name: 'Tanzania, United Republic of (+255)'}, {code2: 'TH', name: 'Thailand (+66)'}, |