fix(ui): localize remaining Control UI copy#105008
Merged
Merged
Conversation
vincentkoc
marked this pull request as ready for review
July 12, 2026 05:35
Member
Author
|
Land-ready at linear head Proof:
Known follow-up: the post-merge locale workflow will refresh #104718, which must land before closing #52254. |
Contributor
|
Codex review: stale review; fresh review needed. Summary Next step |
vincentkoc
force-pushed
the
fix/control-ui-i18n-complete-20260712
branch
from
July 12, 2026 05:43
e7dc652 to
64a77ac
Compare
Member
Author
|
Merged via rebase.
|
This was referenced Jul 12, 2026
Closed
This was referenced Jul 12, 2026
This was referenced Jul 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related: #52254
What Problem This Solves
Fixes an issue where users selecting a non-English Control UI locale would still encounter English-only labels, help text, tooltips, empty states, status copy, and screen-reader announcements across core workflows.
Why This Change Was Made
Routes the remaining user-facing Control UI copy through the canonical English source locale while preserving protocol values, product names, command syntax, and other intentional literals. The raw-copy baseline drops from 724 entries to 82 reviewed exceptions.
Generated foreign locale bundles remain owned by the post-merge
control-ui-locale-refreshworkflow and will follow in #104718 after this source PR lands.User Impact
Control UI localization now covers settings and config forms, agents, tools, skills, memory, nodes, plugins and MCP, cron, chat, channels, sessions, usage, workboard, file previews, GitHub previews, and shared navigation controls. Locale changes also update dynamic previews, tool details, and slash-command accessibility announcements consistently.
Evidence
git diff --checkpasses; the source PR contains no generated foreign-locale bundle changes.