mirror of
https://github.com/Mangio621/Mangio-RVC-Fork.git
synced 2025-12-15 19:17:41 +01:00
fix: gen-locale
This commit is contained in:
@@ -22,8 +22,11 @@ def process(fn: str):
|
||||
print("processing infer-web.py")
|
||||
process("infer-web.py")
|
||||
|
||||
print("processing gui.py")
|
||||
process("gui.py")
|
||||
print("processing gui_v0.py")
|
||||
process("gui_v0.py")
|
||||
|
||||
print("processing gui_v1.py")
|
||||
process("gui_v1.py")
|
||||
|
||||
# Save as a JSON file
|
||||
with open("./i18n/zh_CN.json", "w", encoding="utf-8") as f:
|
||||
|
||||
Reference in New Issue
Block a user