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 04:51:57 -07:00
2026-06-20 05:23:05 -07:00
2026-06-20 05:04:25 -07:00
2026-06-20 08:57:45 -07:00
2026-06-19 04:27:01 -07:00
2026-06-20 05:04:25 -07:00
2026-06-20 05:04:25 -07:00
2026-06-20 05:04:25 -07:00
2026-05-22 17:24:38 -07:00
2026-06-20 05:04:25 -07:00
2026-06-19 16:47:33 -07:00
2026-06-20 05:04:25 -07:00
2026-05-22 17:24:38 -07:00
2026-06-03 20:52:44 -07:00
2026-06-20 05:04:25 -07:00
2026-06-03 17:14:42 -07:00
2026-06-20 05:04:25 -07:00
2026-05-16 18:40:03 -07:00
2026-06-03 20:52:44 -07:00
2026-06-19 04:27:01 -07:00
2026-06-17 17:57:19 -07:00
2026-05-30 14:20:12 -07:00
2026-06-03 19:06:53 -07:00
2026-05-22 17:24:38 -07:00
2026-06-20 05:04:25 -07:00
2026-05-22 17:24:38 -07:00
2026-06-03 20:52:44 -07:00
2026-05-22 17:24:38 -07:00
2026-06-20 05:04:25 -07:00
2026-05-22 17:24:38 -07:00
2026-06-03 20:52:44 -07:00
2026-06-19 04:27:01 -07:00
2026-06-17 21:37:18 -07:00
2026-06-20 05:04:25 -07:00
2026-05-22 17:24:38 -07:00
2026-06-20 05:04:25 -07:00
2026-06-20 04:51:57 -07:00
2026-06-20 02:25:11 -07:00
2026-05-22 17:24:38 -07:00
2026-06-03 19:06:53 -07:00
2026-06-18 18:58:21 -07:00
2026-05-22 17:24:38 -07:00
2026-06-03 19:06:53 -07:00
2026-06-03 19:06:53 -07:00
2026-05-22 17:24:38 -07:00
2026-06-03 19:06:53 -07:00
2026-06-10 06:02:12 -07:00
2026-06-05 01:16:13 -07:00
2026-05-19 03:21:17 -07:00
2026-06-20 10:35:40 -07:00
2026-06-08 13:32:58 -07:00
2026-06-19 04:27:01 -07:00
2026-06-20 05:04:25 -07:00
2026-05-22 17:24:38 -07:00
2026-06-03 19:06:53 -07:00
2026-05-22 17:24:38 -07:00
2026-06-04 08:00:33 -07:00
2026-06-16 20:13:13 -07:00
2026-06-16 20:13:13 -07:00
2026-06-19 04:27:01 -07:00
2026-06-19 06:41:28 -07:00
2026-06-15 12:43:08 -07:00
2026-06-19 04:27:01 -07:00
2026-06-03 19:06:53 -07:00
2026-06-19 04:27:01 -07:00
2026-06-20 05:04:25 -07:00
2026-06-05 02:38:38 -07:00
2026-06-14 15:29:35 -07:00
2026-06-03 20:52:44 -07:00
2026-06-03 01:08:09 -07:00
2026-06-03 19:06:53 -07:00
2026-06-03 19:06:53 -07:00
2026-06-19 04:27:01 -07:00
2026-06-19 22:14:57 -07:00
2026-05-22 17:24:38 -07:00
2026-06-03 19:06:53 -07:00
2026-05-22 17:24:38 -07:00
2026-06-20 05:04:25 -07:00
2026-05-22 17:24:38 -07:00
2026-06-07 22:07:47 -07:00
2026-05-22 17:24:38 -07:00
2026-06-03 20:52:44 -07:00
2026-06-03 19:48:40 -07:00
2026-06-12 07:13:00 -07:00
2026-06-19 04:27:01 -07:00
2026-06-20 05:04:25 -07:00
2026-06-03 19:06:53 -07:00
2026-06-03 19:48:40 -07:00
2026-06-03 20:52:44 -07:00
2026-06-19 04:27:01 -07:00
2026-06-03 19:06:53 -07:00
2026-06-03 20:52:44 -07:00
2026-05-22 17:24:38 -07:00
2026-06-20 05:04:25 -07:00
2026-06-19 04:27:01 -07:00
2026-06-06 07:01:48 -07:00
2026-05-22 17:24:38 -07:00
2026-06-19 22:14:57 -07:00
2026-06-03 19:48:40 -07:00
2026-06-03 19:06:53 -07:00
2026-05-22 17:24:38 -07:00
2026-06-03 19:06:53 -07:00
2026-05-22 17:24:38 -07:00
2026-06-03 19:06:53 -07:00
2026-06-07 23:30:16 -07:00
2026-06-20 05:04:25 -07:00
2026-06-03 20:52:44 -07:00
2026-05-22 17:24:38 -07:00
2026-06-03 19:06:53 -07:00
2026-06-19 01:33:13 -07:00
2026-06-20 05:04:25 -07:00
2026-05-22 17:24:38 -07:00
2026-06-03 20:52:44 -07:00
2026-06-10 09:21:48 -07:00
2026-06-20 05:04:25 -07:00
2026-05-22 17:24:38 -07:00
2026-06-03 19:06:53 -07:00
2026-06-09 12:51:20 -07:00
2026-06-09 12:51:20 -07:00
2026-06-17 03:29:39 -07:00
2026-06-17 03:29:39 -07:00
2026-06-19 04:27:01 -07:00
2026-06-03 19:06:53 -07:00
2026-05-17 08:22:26 -07:00
2026-06-19 04:27:01 -07:00
2026-06-13 16:30:28 -07:00
2026-06-03 22:35:28 -07:00
2026-06-20 05:04:25 -07:00
2026-06-20 05:04:25 -07:00
2026-06-20 01:52:26 -07:00
2026-06-16 15:08:24 -07:00
2026-06-19 04:27:01 -07:00
2026-06-20 05:04:25 -07:00
2026-06-16 17:52:51 -07:00
2026-06-20 05:04:25 -07:00
2026-06-20 05:04:25 -07:00
2026-06-12 17:57:19 -07:00
2026-06-12 17:57:19 -07:00
2026-06-20 01:27:54 -07:00
2026-06-20 05:04:25 -07:00
2026-06-03 19:48:40 -07:00
2026-06-20 05:04:25 -07:00
2026-06-20 02:08:36 -07:00
2026-06-13 09:08:43 -07:00
2026-06-19 04:27:01 -07:00
2026-06-03 17:33:16 -07:00
2026-06-20 04:19:48 -07:00
2026-06-20 04:19:48 -07:00
2026-06-20 04:51:57 -07:00
2026-06-20 02:08:36 -07:00
2026-05-22 17:24:38 -07:00
2026-06-03 20:52:44 -07:00
2026-05-16 09:42:37 -07:00
2026-06-19 07:08:05 -07:00
2026-06-17 21:37:18 -07:00
2026-06-20 05:04:25 -07:00
2026-05-22 17:24:38 -07:00
2026-06-17 03:29:39 -07:00
2026-06-19 04:27:01 -07:00
2026-06-03 20:52:44 -07:00
2026-06-03 19:06:53 -07:00
2026-06-03 19:06:53 -07:00
2026-06-03 19:06:53 -07:00
2026-06-20 05:04:25 -07:00
2026-06-02 23:47:32 -07:00
2026-06-20 05:04:25 -07:00
2026-06-19 04:27:01 -07:00
2026-06-20 05:04:25 -07:00
2026-06-20 02:38:27 -07:00
2026-06-20 01:34:51 -07:00
2026-06-19 04:27:01 -07:00
2026-06-17 03:12:16 -07:00
2026-06-19 04:27:01 -07:00
2026-06-20 05:04:25 -07:00
2026-06-19 22:14:57 -07:00
2026-06-19 16:47:34 -07:00
2026-05-22 17:24:38 -07:00
2026-06-03 20:52:44 -07:00
2026-05-22 17:24:38 -07:00
2026-05-22 17:24:38 -07:00
2026-06-03 19:06:53 -07:00
2026-05-22 17:24:38 -07:00
2026-06-19 16:47:34 -07:00
2026-05-29 09:44:17 -07:00
2026-06-19 16:47:34 -07:00
2026-06-03 20:52:44 -07:00
2026-05-22 17:24:38 -07:00
2026-06-20 05:04:25 -07:00
2026-06-03 19:06:53 -07:00
2026-06-19 23:16:19 -07:00
2026-06-19 23:16:19 -07:00
2026-05-27 21:31:12 -07:00
2026-06-03 19:06:53 -07:00
2026-06-19 04:27:01 -07:00
2026-06-03 19:48:40 -07:00
2026-06-03 19:06:53 -07:00
2026-06-03 20:52:44 -07:00
2026-06-03 20:52:44 -07:00
2026-05-22 17:24:38 -07:00
2026-06-20 05:04:25 -07:00
2026-06-19 04:27:01 -07:00
2026-06-19 22:14:57 -07:00
2026-06-19 04:27:01 -07:00
2026-06-09 07:00:05 -07:00
2026-05-22 17:24:38 -07:00
2026-06-03 19:06:53 -07:00
2026-06-19 04:27:01 -07:00
2026-06-03 20:52:44 -07:00
2026-06-03 01:08:09 -07:00
2026-06-17 21:37:18 -07:00
2026-06-03 22:35:28 -07:00
2026-06-20 10:35:40 -07:00
2026-06-03 19:06:53 -07:00
2026-05-22 17:24:38 -07:00
2026-06-17 21:37:18 -07:00
2026-06-03 19:06:53 -07:00
2026-06-03 19:06:53 -07:00
2026-05-22 17:24:38 -07:00
2026-06-03 20:52:44 -07:00
2026-05-22 17:24:38 -07:00
2026-06-03 19:06:53 -07:00
2026-06-19 23:28:35 -07:00
2026-06-20 05:04:25 -07:00
2026-05-28 23:31:03 -07:00
2026-06-20 10:35:40 -07:00
2026-06-19 04:27:01 -07:00
2026-06-20 10:35:40 -07:00
2026-06-20 00:41:36 -07:00
2026-06-20 05:04:25 -07:00
2026-06-19 04:27:01 -07:00
2026-06-19 17:49:06 -07:00
2026-06-19 08:06:38 -07:00
2026-06-19 08:06:38 -07:00
2026-05-22 17:24:38 -07:00
2026-06-03 19:06:53 -07:00
2026-06-20 01:52:26 -07:00
2026-06-20 05:04:25 -07:00
2026-06-20 05:04:25 -07:00
2026-06-20 05:04:25 -07:00
2026-05-22 17:24:38 -07:00
2026-06-20 05:04:25 -07:00
2026-06-03 19:06:53 -07:00
2026-06-20 05:04:25 -07:00
2026-06-03 19:06:53 -07:00
2026-06-20 05:04:25 -07:00
2026-06-03 20:52:44 -07:00
2026-06-20 07:37:07 +08:00
2026-06-20 05:04:25 -07:00
2026-06-14 15:29:35 -07:00
2026-06-03 20:52:44 -07:00
2026-06-17 03:29:39 -07:00
2026-06-17 03:29:39 -07:00
2026-06-15 02:29:08 -07:00
2026-06-15 02:29:08 -07:00
2026-06-19 04:27:01 -07:00
2026-06-19 22:14:57 -07:00
2026-06-19 04:27:01 -07:00
2026-06-20 10:35:40 -07:00
2026-06-03 19:06:53 -07:00
2026-06-09 18:49:02 -07:00
2026-06-03 19:06:53 -07:00
2026-06-03 19:06:53 -07:00
2026-05-22 17:24:38 -07:00
2026-06-03 19:06:53 -07:00
2026-06-03 19:48:40 -07:00
2026-06-20 10:35:40 -07:00
2026-05-22 17:24:38 -07:00
2026-06-19 04:27:01 -07:00
2026-06-03 19:06:53 -07:00
2026-06-02 19:10:50 -07:00
2026-06-03 19:06:53 -07:00
2026-05-22 17:24:38 -07:00
2026-06-03 20:52:44 -07:00
2026-05-23 13:06:48 -07:00
2026-06-20 05:04:25 -07:00
2026-06-20 01:52:26 -07:00
2026-06-03 20:52:44 -07:00
2026-06-03 19:06:53 -07:00
2026-06-19 22:14:57 -07:00
2026-06-20 04:51:57 -07:00
2026-06-14 15:29:35 -07:00
2026-06-02 07:40:37 -07:00
2026-06-07 18:51:46 -07:00
2026-06-20 02:56:51 -07:00
2026-06-20 10:35:40 -07:00
2026-05-22 17:24:38 -07:00
2026-06-20 10:35:40 -07:00
2026-06-16 22:39:06 -07:00
2026-06-20 10:35:40 -07:00
2026-06-19 04:27:01 -07:00
2026-06-03 20:52:44 -07:00
2026-06-19 04:27:01 -07:00
2026-06-04 16:16:50 -07:00
2026-06-19 22:14:57 -07:00
2026-06-03 19:48:40 -07:00
2026-06-03 20:52:44 -07:00
2026-06-03 15:32:29 -07:00
2026-06-07 18:51:46 -07:00
2026-05-22 17:24:38 -07:00
2026-06-03 19:06:53 -07:00
2026-06-19 04:27:01 -07:00
2026-06-20 05:04:25 -07:00
2026-05-22 17:24:38 -07:00
2026-06-03 19:06:53 -07:00
2026-06-19 16:47:33 -07:00
2026-06-19 16:47:33 -07:00
2026-06-19 16:47:34 -07:00
2026-06-20 01:43:20 -07:00
2026-06-19 16:47:33 -07:00
2026-05-22 17:24:38 -07:00
2026-06-03 20:52:44 -07:00
2026-06-03 19:48:40 -07:00
2026-06-03 19:06:53 -07:00
2026-05-22 17:24:38 -07:00
2026-06-03 19:06:53 -07:00
2026-05-22 17:24:38 -07:00
2026-06-03 19:06:53 -07:00
2026-06-13 16:30:28 -07:00
2026-06-13 16:30:28 -07:00
2026-06-11 20:14:54 -07:00
2026-06-11 20:14:54 -07:00
2026-06-06 00:56:12 -07:00
2026-06-19 18:38:17 -07:00
2026-06-17 03:12:16 -07:00
2026-06-17 14:52:56 -07:00
2026-06-05 09:29:04 -07:00
2026-06-19 05:31:47 -07:00
2026-06-04 12:44:43 -07:00
2026-06-19 05:31:47 -07:00
2026-06-20 10:35:40 -07:00
2026-06-08 10:33:17 -07:00
2026-06-20 10:35:40 -07:00
2026-06-09 09:16:59 -07:00
2026-06-20 10:35:40 -07:00
2026-06-19 05:31:47 -07:00
2026-06-17 14:52:56 -07:00
2026-06-20 02:08:36 -07:00
2026-06-20 02:08:36 -07:00
2026-06-20 02:08:36 -07:00
2026-06-19 04:27:01 -07:00
2026-06-03 19:06:53 -07:00
2026-06-14 15:29:35 -07:00
2026-05-22 17:24:38 -07:00
2026-06-03 19:06:53 -07:00