From 700cde83e030b2bc5b7af44dfd3b03a4656c3b02 Mon Sep 17 00:00:00 2001 From: Jinjing <6427696+AmethystLiang@users.noreply.github.com> Date: Mon, 27 Jul 2026 23:02:21 -0700 Subject: [PATCH] i18n: translate orchestration page and workflow messages (#11097) Add translations for OrchestrationPage coordinator and child PR names, plus agent workflow status messages (initial states and progress beats) across all supported languages (English, Spanish, Japanese, Korean, Simplified Chinese). --- .../OrchestrationPage.tsx | 15 ++++++++-- src/renderer/src/i18n/locales/en.json | 19 +++++++++++- src/renderer/src/i18n/locales/es.json | 21 ++++++++++++-- src/renderer/src/i18n/locales/ja.json | 29 +++++++++++++++---- src/renderer/src/i18n/locales/ko.json | 19 +++++++++++- src/renderer/src/i18n/locales/zh.json | 21 ++++++++++++-- 6 files changed, 109 insertions(+), 15 deletions(-) diff --git a/src/renderer/src/components/feature-wall/agents-orchestration/OrchestrationPage.tsx b/src/renderer/src/components/feature-wall/agents-orchestration/OrchestrationPage.tsx index 0ef1cd631..e43901ef2 100644 --- a/src/renderer/src/components/feature-wall/agents-orchestration/OrchestrationPage.tsx +++ b/src/renderer/src/components/feature-wall/agents-orchestration/OrchestrationPage.tsx @@ -292,7 +292,10 @@ export function OrchestrationPage(props: {