1
0
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:
源文雨
2024-06-11 15:53:42 +09:00
parent da7dee427a
commit 5fbd786f29

View File

@@ -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/"