mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-01-20 11:00:23 +00:00
新增 zh-TW 台灣正體中文語言包 (#60)
* 新增 zh-TW 台灣正體中文語言包 * 調整用詞 * Update locale_diff.py --------- Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com>
This commit is contained in:
@@ -5,7 +5,7 @@ from collections import OrderedDict
|
||||
standard_file = "zh_CN.json"
|
||||
|
||||
# Define the list of supported languages
|
||||
languages = ["ja_JP.json", "en_US.json"]
|
||||
languages = ["zh_TW.json", "ja_JP.json", "en_US.json"]
|
||||
|
||||
# Load the standard file
|
||||
with open(standard_file, "r", encoding="utf-8") as f:
|
||||
|
||||
Reference in New Issue
Block a user