1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-07 02:00:25 +08:00

Merge remote-tracking branch 'upstream/main' into clean

This commit is contained in:
Ftps
2023-08-27 12:43:37 +09:00
32 changed files with 1481 additions and 1501 deletions

View File

@@ -41,5 +41,5 @@ for lang_file in languages:
# Save the updated language file
with open(lang_file, "w", encoding="utf-8") as f:
json.dump(lang_data, f, ensure_ascii=False, indent=4)
json.dump(lang_data, f, ensure_ascii=False, indent=4, sort_keys=True)
f.write("\n")