mirror of
https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-06-05 09:10:25 +08:00
fix(i18n): standard_file in locale_diff
This commit is contained in:
@@ -3,7 +3,7 @@ import os
|
|||||||
from collections import OrderedDict
|
from collections import OrderedDict
|
||||||
|
|
||||||
# Define the standard file name
|
# Define the standard file name
|
||||||
standard_file = "locale/zh_CN.json"
|
standard_file = "locale/en_US.json"
|
||||||
|
|
||||||
# Find all JSON files in the directory
|
# Find all JSON files in the directory
|
||||||
dir_path = "locale/"
|
dir_path = "locale/"
|
||||||
|
|||||||
Reference in New Issue
Block a user