fix(i18n): localize 12 dialog titles — 15 new keys in 7 languages#788
Open
MrRealORG wants to merge 1 commit into
Open
fix(i18n): localize 12 dialog titles — 15 new keys in 7 languages#788MrRealORG wants to merge 1 commit into
MrRealORG wants to merge 1 commit into
Conversation
Replace hardcoded English dialog titles with t() calls: - Workflows, Sessions, Autocomplete, Themes, Select agent, Worktrees - Skills (+ placeholder), Select variant, Connect a provider - Select auth method, MCPs, Stash, New Workspace / Creating Workspace All 15 keys added to en, zh, zht, ja, es, fr, ru. 12 component files updated with useLanguage import and t() calls.
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.
Summary
Replace hardcoded English dialog titles with
t()i18n calls across 12 dialog components.Changes
15 new i18n keys added to all 7 language files (en, zh, zht, ja, es, fr, ru):
tui.dialog.workflows.titletui.dialog.workspace_create.titletui.dialog.workspace_create.creatingtui.dialog.session_list.titletui.dialog.tag.titletui.dialog.theme_list.titletui.dialog.agent.titletui.dialog.worktree.titletui.dialog.skill.titletui.dialog.skill.placeholdertui.dialog.variant.titletui.dialog.provider.select_authtui.dialog.provider.titletui.dialog.mcp.titletui.dialog.stash.title12 component files updated: dialog-workflows, dialog-session-list, dialog-tag, dialog-theme-list, dialog-agent, dialog-worktree, dialog-skill, dialog-variant, dialog-provider (2 titles), dialog-mcp, dialog-stash, dialog-workspace-create.