mirror of
https://github.com/Mangio621/Mangio-RVC-Fork.git
synced 2025-12-28 16:06:24 +01:00
fix: json format (#84)
* Update extract_locale.py * Apply Code Formatter Change * Update locale_diff.py * Apply Code Formatter Change --------- Co-authored-by: fumiama <fumiama@users.noreply.github.com>
This commit is contained in:
@@ -42,3 +42,4 @@ 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)
|
||||
f.write("\n")
|
||||
|
||||
Reference in New Issue
Block a user