mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-02-21 20:00:50 +00:00
optimize: move i18n to lib
This commit is contained in:
@@ -29,6 +29,6 @@ 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:
|
||||
with open("./lib/i18n/zh_CN.json", "w", encoding="utf-8") as f:
|
||||
json.dump(data, f, ensure_ascii=False, indent=4)
|
||||
f.write("\n")
|
||||
|
||||
Reference in New Issue
Block a user