From 98b73cfaf7c65a7ae7edb3bb49addc922ad8915c Mon Sep 17 00:00:00 2001 From: CoolPlayLin Date: Tue, 15 Aug 2023 07:10:58 +0800 Subject: [PATCH] Fix Mistake Country in zh_TW --- src/locales/zh_TW/location/default_country.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/zh_TW/location/default_country.ts b/src/locales/zh_TW/location/default_country.ts index f2d3c53de12..ef49882e770 100644 --- a/src/locales/zh_TW/location/default_country.ts +++ b/src/locales/zh_TW/location/default_country.ts @@ -1 +1 @@ -export default ['Taiwan (R.O.C.)']; +export default ['中國臺灣'];