Skip to content

i18n: localize Projects residue (task_detail_screen + portfolio_header)#228

Merged
physercoe merged 1 commit into
mainfrom
agent/deepseek-1/221-i18n-localize-projects-residue-task-detail
Jun 13, 2026
Merged

i18n: localize Projects residue (task_detail_screen + portfolio_header)#228
physercoe merged 1 commit into
mainfrom
agent/deepseek-1/221-i18n-localize-projects-residue-task-detail

Conversation

@agentfleets

Copy link
Copy Markdown
Collaborator

Closes #221

Summary

  • Localize all user-visible strings in task_detail_screen.dart (21 literals across async handlers, AppBar, pickers, attribution card, audit timeline, body placeholder)
  • Localize budget chip label in portfolio_header.dart (1 literal)
  • Add 20 new ARB keys in en+zh lockstep
  • Reuse existing statusChangeFailedError, taskStatusLabel, TaskPriorityX.localizedLabel
  • Use vocab.term(VocabAxis.entityTask) for the Task title and Edit task tooltip
  • Follow i18n: localize section detail screen #212/i18n: localize structured deliverable viewer #215 patterns: async-handler l10n capture, helper-scope resolution, threaded l10n to sub-widgets

Test plan

  • bash scripts/lint-arb.sh passes (1822 keys)
  • bash scripts/lint-vocab.sh passes
  • CI (flutter analyze + tests) all green

🤖 Generated with Claude Code

…er (#221)

Localize all user-visible strings in task_detail_screen.dart (status/priority
snackbars, AppBar title/tooltip via vocab, picker labels/tooltips/values,
attribution card provenance/timeline/summary rows, audit timeline heading +
empty state, body placeholder) and the portfolio budget chip in
portfolio_header.dart. Reuse statusChangeFailedError, taskStatusLabel,
and TaskPriorityX.localizedLabel. Add 20 keys in lockstep en+zh.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

@physercoe physercoe left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Localizes Projects residue (task_detail_screen + portfolio_header), the final #138 tail ticket. Reviewed: en/zh ARB in perfect lockstep (0 key drift, 0 placeholder mismatch); entityTask themed via VocabAxis (title/lower); reuses existing taskStatusLabel + TaskPriority.localizedLabel helpers; no missed literals; registry test checks slugs only (no theming-test break); all 4 CI checks green. Minor non-blocking nit: a few explanatory comments in _provenanceRow were trimmed during localization.

@physercoe physercoe merged commit 4a50373 into main Jun 13, 2026
4 checks passed
@physercoe physercoe deleted the agent/deepseek-1/221-i18n-localize-projects-residue-task-detail branch June 13, 2026 10:12
physercoe pushed a commit that referenced this pull request Jun 13, 2026
Device-test build closing out the #138 i18n sweep. Localizes the tail
surfaces merged since v1.0.817: Me propose-card residue (#224), misc
search/artifacts (#225), Insights (#226), the operator admin cockpit
(#227), and Projects residue (#228) — all en/zh with vocabulary-axis
theming. lint-arb clean at 1822 keys in lockstep; lint-vocab clean.

Also ships the autonomous-builder poller's full ticket lifecycle
(ticket:changes servicing, ticket:blocked handling, --warm mode,
transient busy-baton retry) that drove the tail.

Bumps pubspec + buildinfo to 1.0.818-alpha; changelog section added.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.

i18n: localize Projects residue (task_detail_screen + portfolio_header)

3 participants