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(app-showcase): complete field translations so list columns don't mix locales (#2053)
The translation bundle covered only a handful of fields, so columns like
Project / Assignee / Progress / Estimate fell back to their English field label
and sat next to the translated 状态 / 优先级 / 截止日期 on a zh-CN session — an
obvious inconsistency. Extends en + zh-CN to every field surfaced as a column on
the showcase pages (task + project).
Verified: the Task Triage header now reads 标题 / 项目 / 负责人 / 状态 / 优先级 /
截止日期 / 进度 — fully consistent, no Latin fallback.
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments