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