summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorVictor Tseng <[email protected]>2023-05-16 23:27:09 +0800
committerGitHub <[email protected]>2023-05-16 23:27:09 +0800
commitf8d1e8c0f5355abb7c5d8094a7e6cc6c9568c859 (patch)
tree635b93dba5e50969b9729c86e519e293c34c977f /src/components
parent5c4158a33f2b9f3c1b9b5fa3f1182394fe01de55 (diff)
add `zh-tw` translation (#38)
Diffstat (limited to 'src/components')
-rw-r--r--src/components/Config.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/Config.tsx b/src/components/Config.tsx
index a2a48a3..0614b65 100644
--- a/src/components/Config.tsx
+++ b/src/components/Config.tsx
@@ -51,7 +51,8 @@ const portFields = [
];
const langOptions = [
- ['zh', '中文'],
+ ['zh-cn', '简体中文'],
+ ['zh-tw', '繁體中文'],
['en', 'English'],
];