gsxdsm
bdf95f8d65
FN-6770: localize dashboard workflow and task UI strings
Localize dashboard workflow, task, setup, and pull request UI copy through the shared i18n resources.
- Replace hardcoded dashboard strings in workflow, task detail/chat/comment, setup wizard, PR, and related modal components with translation lookups.
- Add app/common namespace keys across English and secondary locale catalogs, plus regenerated i18n resource types.
- Add the published package changeset and clear the now-localized component files from the i18n lint deferral list.
Files changed:
.changeset/fn-6770-localize-workflow-task-pr.md | 5 +
i18next.config.ts | 17 +-
packages/dashboard/app/components/Board.tsx | 10 +-
.../dashboard/app/components/PrCreateModal.tsx | 38 +--
packages/dashboard/app/components/PrPanel.tsx | 2 +-
.../dashboard/app/components/PullRequestView.tsx | 51 ++--
.../dashboard/app/components/SettingsModal.tsx | 92 +++----
.../dashboard/app/components/SetupWizardModal.tsx | 8 +-
packages/dashboard/app/components/TaskChatTab.tsx | 107 ++++----
packages/dashboard/app/components/TaskComments.tsx | 2 +-
.../dashboard/app/components/TaskDetailModal.tsx | 54 ++--
.../app/components/WorkflowNodeEditor.tsx | 109 +++++----
.../app/components/WorkflowResultsTab.tsx | 190 +++++++-------
.../dashboard/app/components/WorkflowSelector.tsx | 20 +-
packages/i18n/locales/en/app.json | 268 ++++++++++++++++++--
packages/i18n/locales/en/common.json | 28 +--
packages/i18n/locales/es/app.json | 268 ++++++++++++++++++--
packages/i18n/locales/es/common.json | 28 +--
packages/i18n/locales/fr/app.json | 268 ++++++++++++++++++--
packages/i18n/locales/fr/common.json | 28 +--
packages/i18n/locales/ko/app.json | 268 ++++++++++++++++++--
packages/i18n/locales/ko/common.json | 28 +--
packages/i18n/locales/zh-CN/app.json | 268 ++++++++++++++++++--
packages/i18n/locales/zh-CN/common.json | 28 +--
packages/i18n/locales/zh-TW/app.json | 268 ++++++++++++++++++--
packages/i18n/locales/zh-TW/common.json | 28 +--
packages/i18n/src/resources.d.ts | 272 ++++++++++++++++++---
27 files changed, 2144 insertions(+), 609 deletions(-)
Fusion-Task-Id: FN-6770
Fusion-Task-Lineage: 393b6b8a-1902-4e46-a53e-b4a0793022ca
2026-06-20 10:35:40 -07:00
..
2026-06-20 01:34:51 -07:00
2026-06-19 16:47:34 -07:00
2026-06-20 10:35:40 -07:00
2026-06-20 01:43:20 -07:00
2026-06-04 08:00:33 -07:00
2026-06-19 22:14:57 -07:00
2026-06-20 01:43:20 -07:00
2026-06-16 15:08:24 -07:00
2026-06-20 02:25:11 -07:00
2026-06-11 09:21:23 -07:00
2026-06-19 23:28:35 -07:00
2026-05-29 11:25:11 -07:00
2026-06-19 16:47:34 -07:00
2026-06-03 08:16:08 -07:00
2026-05-20 19:58:49 -07:00
2026-06-19 23:16:19 -07:00
2026-06-10 00:20:35 -07:00