fix(i18n): flow template labels and descriptions hardcoded in English #1152
Labels
No labels
area:agents
area:dashboard
area:database
area:design
area:design-review
area:flows
area:infra
area:meta
area:security
area:sessions
area:webhook
area:workdir
security
type:bug
type:chore
type:meta
type:user-story
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
charles/agent-hooks#1152
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As an operator using a non-English locale, I want flow template names and descriptions to be translated, so that the template picker is fully localised.
Location
apps/web/src/features/flows/templates.ts:115–145Template
labelanddescriptionfields (e.g."Blank","Reviewer dispatch on PR opened") are plain English string literals — not wrapped inm.xxx().Acceptance criteria
Fix
labelanddescriptionfields intemplates.tsflow_template_blank_label,flow_template_blank_description, etc.)messages/en.jsontemplates.tswithm.xxx()callsTests
templates.ts(grep check)just qapassesOut of scope