mirror of
https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-06-05 01:10:22 +08:00
chore(i18n): use english as the base language for i18n (#22)
* chore(i18n): use english as the base language for i18n rewrite all of the locale files to use english as base for translation * fix(i18n): update rest of the scripts that rely on the chinese-base i18n translation * chore(i18n): change some of the base strings to be more correct * chore(i18n): sync locale on dev * chore(format): run black on dev --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@@ -268,7 +268,7 @@ def merge(path1, path2, alpha1, sr, f0, info, name, version):
|
||||
if author:
|
||||
opt["author"] = author
|
||||
opt["sr"] = sr
|
||||
opt["f0"] = 1 if f0 == i18n("是") else 0
|
||||
opt["f0"] = 1 if f0 == i18n("Yes") else 0
|
||||
opt["version"] = version
|
||||
opt["info"] = info
|
||||
h = model_hash_ckpt(opt)
|
||||
|
||||
Reference in New Issue
Block a user