[i18n] Chinese UI improvements: language switcher + translation fixes #788
yanba109-m4
started this conversation in
General
Replies: 2 comments
-
|
Issue 2 see: #790 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Issue 1: https://deepwiki.com/search/gradio-ui_3d3bd7b1-c730-461a-b8f2-daf5772270fe?mode=fast |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
[i18n] Chinese UI improvements: language should be switchable in UI + translation fixes
Hi, thank you for the amazing work on ACE-Step 1.5! I'm using it daily for music production on my RTX 4070 Ti SUPER.
I'd like to report two i18n-related issues and share the fixes I've already made locally.
Issue 1: UI Language selector is locked (not switchable at runtime)
In Settings → Service Configuration, the UI Language dropdown shows the current language but is not interactive — users cannot switch languages without editing
start_gradio_ui.batand restarting.This is a poor experience for Chinese users who don't know how to edit bat files. Ideally, the language dropdown should work like a normal selector: pick a language → UI refreshes immediately.
Issue 2:
zh.jsontranslation quality issuesThe current Chinese translation has several problems:
generation.cot_metas_labelgeneration.cot_metas_infogeneration.*codes*(8 places)service.offload_cpu_labelapp.titlehelp.getting_startedAlso, the Generation Mode radio buttons (Simple / Custom / Remix / Repaint) remain in English even when
zhis selected, because these values appear to be hardcoded rather than pulled from the i18n file.What I did locally (workaround)
start_gradio_ui.bat: changedLANGUAGE=en→LANGUAGE=zhzh.jsonwith a corrected version fixing all issues listed aboveThis works, but gets overwritten on every update.
Suggestions for next release
zh.json(copy-paste error fromja.json)zh.json— I'm happy to submit a corrected version as a PR if helpfulThanks again for the great project! 🎵
Environment: Windows portable package, RTX 4070 Ti SUPER 16GB, v1.5
Beta Was this translation helpful? Give feedback.
All reactions