# If you want to run it in python
-1. Install the following version of python.
+1. Install the following version of python.
`python version 3.11.5`
-2. Install package and run main.py.
+2. Install package and run main.py.
```bash
./install.bat
python main.py
diff --git a/README.zh.md b/README.zh-Hant.md
similarity index 95%
rename from README.zh.md
rename to README.zh-Hant.md
index 61d539d8..8ce05001 100644
--- a/README.zh.md
+++ b/README.zh-Hant.md
@@ -6,7 +6,7 @@
[](https://github.com/misyaguziya/VRCT/blob/master/LICENSE)
[](https://misyaguziya.booth.pm/items/5155325)
-| [English](./README.md) | [日本語](./README.jp.md) | [한국어](./README.kr.md) | **正體中文** |
+| [English](./README.md) | [日本語](./README.jp.md) | [한국어](./README.kr.md) | **繁體中文** |
VRCT 是一個支援 VRChat 對話翻譯和紀錄的軟體。
@@ -45,9 +45,9 @@ VRCT 可以:
# 原始碼啟動
-1. 安裝此版本的 Python。
+1. 安裝此版本的 Python。
`python version 3.11.5`
-2. 安裝 package 並啟動 main.py。
+2. 安裝 package 並啟動 main.py。
```bash
./install.bat
python main.py
diff --git a/config.py b/config.py
index 36518e7d..35ab252c 100644
--- a/config.py
+++ b/config.py
@@ -936,7 +936,7 @@ class Config:
"en": "English",
"ja": "日本語",
"ko": "한국어",
- "zh": "正體中文"
+ "zh-Hant": "繁體中文"
# If you want to add a new language and key, please append it here.
}
self._SELECTABLE_CTRANSLATE2_WEIGHT_TYPE_DICT = {
diff --git a/locales/zh.yml b/locales/zh-Hant.yml
similarity index 100%
rename from locales/zh.yml
rename to locales/zh-Hant.yml