fix(i18n): localize 9 more TUI dialog components — stash, worktree, workflows, org, rename, theme, skill, agent, variant#862
Closed
MrRealORG wants to merge 11 commits into
Conversation
docs: correct OpenCode repository URL in README files
…-qrcode docs: update community group chat QR code
…-qrcode docs: update community WeChat QR codes
…orkflows, org, rename, theme, skill, agent, variant - dialog-stash.tsx: localize title, relative time (just now/m/h/d ago), line count, delete confirm - dialog-worktree.tsx: localize title, loading, create/switch/switched/error toasts - dialog-workflows.tsx: localize title, empty state, resume confirm dialog - dialog-console-org.tsx: localize title, loading, empty state, switched toast - dialog-session-rename.tsx: localize dialog title - dialog-theme-list.tsx: localize dialog title - dialog-skill.tsx: localize title, search placeholder, category - dialog-agent.tsx: localize title, native fallback description - dialog-variant.tsx: localize title, default option - Add 28 new i18n keys to all 7 language files (en, zh, zht, ja, es, fr, ru)
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
Localizes 9 additional TUI dialog components, adding 28 new i18n keys across all 7 language files. This batch covers stash, worktree, workflows, org switching, session rename, themes, skills, agent selection, and variant selection.
Changes (16 files)
Components (9 files):
dialog-stash.tsx— Localized title, relative time strings (just now, {{n}}m/h/d ago with{{n}}interpolation), line count, delete confirm prompt, and keybind label.dialog-worktree.tsx— Localized title, loading state, create new button, switching/creating busy states, error toast, and switched success toast (with{{name}}interpolation).dialog-workflows.tsx— Localized title, empty state, resume confirm dialog title and description (with{{name}}interpolation).dialog-console-org.tsx— Localized title, loading state, empty state, and switched toast (with{{name}}interpolation).dialog-session-rename.tsx— Localized dialog title.dialog-theme-list.tsx— Localized dialog title.dialog-skill.tsx— Localized title, search placeholder, and category label.dialog-agent.tsx— Localized title and "native" fallback description.dialog-variant.tsx— Localized title and "Default" option.i18n (7 files):
en.ts,zh.ts,zht.ts,ja.ts,es.ts,fr.ts,ru.ts.tui.stash.*(8),tui.worktree.*(7),tui.workflows.*(4),tui.console_org.*(4),tui.session_rename.*(1),tui.theme_list.*(1),tui.skill.*(3),tui.agent.*(2),tui.variant.*(2)