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
The System Capabilities picker rendered its scope group headers
("PLATFORM" / "ORGANIZATION" / "OTHER") as hardcoded English strings, even in a
Chinese UI. Route them through the field translation bundle
(`capability.group.<scope>`) and add the strings to every locale (zh: 平台 /
组织 / 其他; others translated, all falling back to en).
The capability *labels themselves* (Manage Metadata, Studio Access, …) come from
the sys_capability registry and stay as-is — their per-locale localization is a
registry concern tracked separately (framework).
Co-authored-by: Jack Zhuang <277994282+os-zhuang@users.noreply.github.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments