You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cli): translate metadata panel and welcome screen (cli-3.5.1) (#62)
The 3.5.0 i18n pass covered the navigation tree, status bar, and help
popup but missed two surfaces that stay visible on every session: the
Metadata panel (title plus all field labels) and the Document panel's
welcome screen (panel title plus the "DevTrail Explorer" landing page).
Add ~25 new entries to tui::i18n_strings::t and wire them into both
widgets. Field labels in the Metadata panel are padded to a single
visual-column width (LABEL_WIDTH = 13) so values line up across en, es
(longer words like "Confianza:") and zh-CN (shorter, e.g. "状态:").
Brand and company strings ("DevTrail Explorer", "Strange Days Tech")
stay in their canonical form on purpose.
Frontmatter values themselves remain unchanged — those are authored
content read directly from each markdown file, not UI strings.
Patch bump 3.5.0 → 3.5.1, CHANGELOG entry, and 6 doc files updated.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- The Metadata panel (title `Metadata`, the empty-state `No document selected`, and field labels `Status:`, `Created:`, `Agent:`, `Confidence:`, `Risk:`, `Review:`, `Tags:`, `Related:`, plus the `(Enter: search)` / `(Enter: follow)` hints and `⚠ REQUIRED`) now switches with the active language. Field labels are padded to a consistent visual width so values stay aligned across `en` / `es` / `zh-CN`.
14
+
- The Document panel title and welcome screen (`DevTrail Explorer` brand line aside) now translate: `Documentation Governance for AI-Assisted Development`, `Total documents:`, `Quick start`, the keyboard-shortcut descriptions, `Developed by`, and the repo-root fallback notice. Brand and company names stay in their canonical form on purpose.
15
+
- Frontmatter values themselves (status, tags, related IDs, dates) are still read verbatim from each document — they're authored content, not UI strings.
Three changes that complete the language-aware `devtrail explore` work started in 3.4.0. Together they make the TUI feel native to non-English users instead of just "translated docs inside an English shell."
0 commit comments