feat: add en_US translations and missing i18n in web client (#1576)

* chore(format): run black on main (#1448)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* translate untranslated english

* Fix trainset_dir4 default value in infer-web.py

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: RVC-Boss <129054828+RVC-Boss@users.noreply.github.com>
This commit is contained in:
David Edwards
2023-11-30 04:32:24 -07:00
committed by GitHub
parent fe0f32c6a6
commit 45da3644f4
2 changed files with 6 additions and 5 deletions

View File

@@ -1142,7 +1142,7 @@ with gr.Blocks(title="RVC WebUI") as app:
)
with gr.Row():
trainset_dir4 = gr.Textbox(
label=i18n("输入训练文件夹路径"), value="E:\\语音音频+标注\\米津玄师\\src"
label=i18n("输入训练文件夹路径"), value=i18n("E:\\语音音频+标注\\米津玄师\\src")
)
spk_id5 = gr.Slider(
minimum=0,