From 40f991e38ae939f7362522f49ab7fc95a9f68951 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=A5=E4=B8=8D=E5=8F=AF=E4=B9=8E?= <38214326+zbkha@users.noreply.github.com> Date: Thu, 11 Apr 2024 15:46:26 +0800 Subject: [PATCH] Fix i18n (#1921) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fix i18n 修复翻译问题 * Fix i18n 修复翻译问题 --- infer-web.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infer-web.py b/infer-web.py index 5ea767d..d0106a1 100644 --- a/infer-web.py +++ b/infer-web.py @@ -1174,8 +1174,8 @@ with gr.Blocks(title="RVC WebUI") as app: ) if_f0_3 = gr.Radio( label=i18n("模型是否带音高指导(唱歌一定要, 语音可以不要)"), - choices=[True, False], - value=True, + choices=[i18n("是"), i18n("否")], + value=i18n("是"), interactive=True, ) version19 = gr.Radio(