Skip to content

Conversation

@roomote
Copy link
Contributor

@roomote roomote bot commented Aug 12, 2025

This PR adds the missing internationalized strings for task.expand and task.collapse in all supported languages.

Changes

  • Added "expand" and "collapse" translations to the task object in all chat.json files
  • Translations provided for all 18 supported languages:
    • English (en)
    • Catalan (ca)
    • German (de)
    • Spanish (es)
    • French (fr)
    • Hindi (hi)
    • Indonesian (id)
    • Italian (it)
    • Japanese (ja)
    • Korean (ko)
    • Dutch (nl)
    • Polish (pl)
    • Portuguese Brazil (pt-BR)
    • Russian (ru)
    • Turkish (tr)
    • Vietnamese (vi)
    • Simplified Chinese (zh-CN)
    • Traditional Chinese (zh-TW)

Testing

  • Ran translation validation script - all translations complete ✅
  • Linting passed ✅
  • Type checking passed ✅

Fixes the issue mentioned in Slack where task.expand and task.collapse were missing internationalized strings.


Important

Add translations for 'expand' and 'collapse' in task object across all supported languages in chat.json files.

  • Translations:
    • Added expand and collapse translations to task object in chat.json files for all 18 supported languages.
    • Languages include English, Catalan, German, Spanish, French, Hindi, Indonesian, Italian, Japanese, Korean, Dutch, Polish, Portuguese (Brazil), Russian, Turkish, Vietnamese, Simplified Chinese, and Traditional Chinese.
  • Testing:
    • Translation validation script run successfully.
    • Linting and type checking passed.

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

@roomote roomote bot requested review from cte, jr and mrubens as code owners August 12, 2025 01:54
@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. documentation Improvements or additions to documentation labels Aug 12, 2025
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Aug 12, 2025
@mrubens mrubens merged commit 4eb4075 into main Aug 12, 2025
22 checks passed
@mrubens mrubens deleted the feature/add-task-expand-collapse-translations branch August 12, 2025 02:03
@github-project-automation github-project-automation bot moved this from Triage to Done in Roo Code Roadmap Aug 12, 2025
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap Aug 12, 2025
Copy link
Contributor Author

@roomote roomote bot left a comment

Choose a reason for hiding this comment

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

Reviewing my own code is like debugging in a mirror - everything looks backwards but the bugs are still mine.

"task": {
"title": "Tugas",
"expand": "Perluas tugas",
"collapse": "Ciutkan tugas",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I noticed 'Ciutkan' might be a typo here. In Indonesian, 'Ciutkan' seems unusual - did we mean 'Ciutkan' (shrink) or perhaps 'Tutup' (close) or 'Sembunyikan' (hide) would be more appropriate for 'collapse'? Worth checking with a native speaker for the most natural translation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation lgtm This PR has been approved by a maintainer size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants