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