summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLarvan2 <[email protected]>2023-12-29 03:37:48 +0000
committerLarvan2 <[email protected]>2023-12-29 03:37:48 +0000
commitb541d1823eccd2257562ebd61ddb076bbb648ca1 (patch)
tree77c16c09017f575dd83d1aa103c249d707a20ace /src
parent805e8de8ecb94d55eeaee5882102ce9c0df4214c (diff)
parentc2db5c4beae71db29aa8ae42e400acfb4308fd3c (diff)
fix: select vi
Diffstat (limited to 'src')
-rw-r--r--src/components/Config.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/Config.tsx b/src/components/Config.tsx
index cb2da8d..590942b 100644
--- a/src/components/Config.tsx
+++ b/src/components/Config.tsx
@@ -54,6 +54,7 @@ const langOptions = [
['zh-cn', '简体中文'],
['zh-tw', '繁體中文'],
['en', 'English'],
+ ['vi', 'Vietnamese'],
];
const modeOptions = [