Skip to content

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
XiaomiMiMo:mainfrom
MrRealORG:fix/auto-0616-i18n-9-dialogs-stash-worktree-more
Closed

fix(i18n): localize 9 more TUI dialog components — stash, worktree, workflows, org, rename, theme, skill, agent, variant#862
MrRealORG wants to merge 11 commits into
XiaomiMiMo:mainfrom
MrRealORG:fix/auto-0616-i18n-9-dialogs-stash-worktree-more

Conversation

@MrRealORG

Copy link
Copy Markdown

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):

  • Added 28 new keys to each of en.ts, zh.ts, zht.ts, ja.ts, es.ts, fr.ts, ru.ts.
  • Key namespaces: 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)

qiaozongming and others added 11 commits June 11, 2026 01:23
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants