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
Shared UI (packages/ui) and core error copy have no ko. In ko, shared components (conversation chrome, skills, scheduled tasks, shell controls) and connection errors still render in English or fall back incorrectly.
packages/core/src/connection-error-copy.ts and related error catalogs
Main-process fallbacks that are UI-facing: client-settings-confirmation-copy.ts, runtime-host-*copy.ts, native-diagnostic-dialog.ts, notifications-policy.ts, permission-overlay-copy.ts, project-picker-copy.ts (as covered in feat(i18n): add Traditional Chinese locale #3853 follow-up: explicit ko for non-catalog fallbacks)
Alternatives or workarounds
Keep shared UI in English for ko.
Acceptance criteria
ko renders Korean for shared UI and error surfaces; en shows no Korean
Problem
Shared UI (
packages/ui) and core error copy have noko. Inko, shared components (conversation chrome, skills, scheduled tasks, shell controls) and connection errors still render in English or fall back incorrectly.Desired outcome
Add
koviaUiCatalog<T>for:packages/ui/src/*copy.ts(8 files):astryx-copy.ts,conversation-copy.ts,daily-review-copy.ts,runtime-resume-copy.ts,scheduled-task-copy.ts,shared-ui-copy.ts,shell-controls-copy.ts,skills-copy.tspackages/core/src/connection-error-copy.tsand related error catalogsclient-settings-confirmation-copy.ts,runtime-host-*copy.ts,native-diagnostic-dialog.ts,notifications-policy.ts,permission-overlay-copy.ts,project-picker-copy.ts(as covered in feat(i18n): add Traditional Chinese locale #3853 follow-up: explicitkofor non-catalog fallbacks)Alternatives or workarounds
Keep shared UI in English for
ko.Acceptance criteria
korenders Korean for shared UI and error surfaces;enshows no Koreanko(as fixed forzh-TWin feat(i18n): add Traditional Chinese locale #3853)desktop-native-copy,health-center-copy,provider-connection-statusetc. updated forkoParent: #3974