Skip to content

Conversation

@roomote
Copy link
Collaborator

@roomote roomote commented Jun 18, 2025

This PR addresses issue #4855 by renaming 'Boomerang Tasks' to 'Task Orchestration' across all localization files to improve clarity and feature discoverability.

Changes Made

  • Updated the key in all 18 language localization files
  • Changed from 'Boomerang Tasks' to 'Task Orchestration' in English
  • Provided appropriate translations for all supported languages:
    • Spanish: 'Orquestación de Tareas'
    • French: 'Orchestration de Tâches'
    • German: 'Aufgaben-Orchestrierung'
    • Italian: 'Orchestrazione di Attività'
    • Portuguese (BR): 'Orquestração de Tarefas'
    • Hindi: 'कार्य संयोजन'
    • Chinese (Simplified): '任务编排'
    • Japanese: 'タスクオーケストレーション'
    • Korean: '작업 오케스트레이션'
    • Russian: 'Оркестрация задач'
    • Dutch: 'Taak Orchestratie'
    • Turkish: 'Görev Orkestrasyonu'
    • Catalan: 'Orquestració de Tasques'
    • Polish: 'Orkiestracja Zadań'
    • Indonesian: 'Orkestrasi Tugas'
    • Vietnamese: 'Điều phối Nhiệm vụ'
    • Chinese (Traditional): '任務編排'

Impact

This change makes the feature's purpose—splitting large tasks into smaller, manageable parts—more intuitive and clear for users viewing the welcome screen.

Testing

  • All linting checks passed
  • All type checks passed
  • No functional changes, only localization updates

Fixes #4855


Important

Renames 'Boomerang Tasks' to 'Task Orchestration' across 18 language localization files for improved clarity.

  • Localization:
    • Renamed 'Boomerang Tasks' to 'Task Orchestration' in 18 language files including en/chat.json, es/chat.json, and fr/chat.json.
    • Updated translations for 'Task Orchestration' in all supported languages.
  • Impact:
    • Enhances clarity and discoverability of the feature on the welcome screen.
  • Testing:
    • Passed all linting and type checks.
    • No functional changes, only localization updates.

This description was created by Ellipsis for d02800e. You can customize this summary. It will automatically update as commits are pushed.

…rity

- Updated English localization from 'Boomerang Tasks' to 'Task Orchestration'
- Updated all other language localizations to equivalent translations:
  - Spanish: 'Orquestación de Tareas'
  - French: 'Orchestration de Tâches'
  - German: 'Aufgaben-Orchestrierung'
  - Italian: 'Orchestrazione di Attività'
  - Portuguese (BR): 'Orquestração de Tarefas'
  - Hindi: 'कार्य संयोजन'
  - Chinese (Simplified): '任务编排'
  - Japanese: 'タスクオーケストレーション'
  - Korean: '작업 오케스트레이션'
  - Russian: 'Оркестрация задач'
  - Dutch: 'Taak Orchestratie'
  - Turkish: 'Görev Orkestrasyonu'
  - Catalan: 'Orquestració de Tasques'
  - Polish: 'Orkiestracja Zadań'
  - Indonesian: 'Orkestrasi Tugas'
  - Vietnamese: 'Điều phối Nhiệm vụ'
  - Chinese (Traditional): '任務編排'

This change improves clarity by making the feature's purpose—splitting large tasks into smaller, manageable parts—more intuitive for users.
@roomote roomote requested review from cte, jr and mrubens as code owners June 18, 2025 19:44
@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Jun 18, 2025
@hannesrudolph hannesrudolph added the Issue/PR - Triage New issue. Needs quick review to confirm validity and assign labels. label Jun 18, 2025
Copy link
Member

@daniel-lxs daniel-lxs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The translations look appropriate across all language files.

One note: The documentation link in webview-ui/src/components/welcome/RooTips.tsx:17 still references "features/boomerang-tasks". Consider updating it if the documentation path changes to match the new terminology.

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Jun 19, 2025
@daniel-lxs daniel-lxs moved this from Triage to PR [Needs Review] in Roo Code Roadmap Jun 19, 2025
@hannesrudolph hannesrudolph added PR - Needs Review and removed Issue/PR - Triage New issue. Needs quick review to confirm validity and assign labels. labels Jun 19, 2025
@mrubens mrubens merged commit ce2cfe6 into main Jun 20, 2025
32 of 33 checks passed
@mrubens mrubens deleted the fix-4855 branch June 20, 2025 19:46
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap Jun 20, 2025
@github-project-automation github-project-automation bot moved this from PR [Needs Review] to Done in Roo Code Roadmap Jun 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lgtm This PR has been approved by a maintainer PR - Needs Review size:M This PR changes 30-99 lines, ignoring generated files.

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

Rename "Boomerang Tasks" to "Task Orchestration" for Clarity

5 participants