Skip to content

Conversation

@mrubens
Copy link
Collaborator

@mrubens mrubens commented Mar 16, 2025

Important

Localize the prompts tab by adding translations for multiple languages and updating PromptsView.tsx to use these translations.

  • Localization:
    • Added localization support for prompts tab in multiple languages including Arabic, Catalan, Czech, German, Spanish, French, Hindi, Hungarian, Italian, Japanese, Korean, Polish, Portuguese, Russian, Turkish, Simplified Chinese, and Traditional Chinese.
    • Created new JSON files for each language in webview-ui/src/i18n/locales/.
  • Code Changes:
    • Updated PromptsView.tsx to utilize useAppTranslation for translating UI text.
    • Replaced hardcoded strings with translation keys in PromptsView.tsx.

This description was created by Ellipsis for 06341fd. It will automatically update as commits are pushed.

@changeset-bot
Copy link

changeset-bot bot commented Mar 16, 2025

⚠️ No Changeset found

Latest commit: 06341fd

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dosubot dosubot bot added size:XXL This PR changes 1000+ lines, ignoring generated files. enhancement New feature or request labels Mar 16, 2025
},
"customModeCreation": {
"enableTitle": "프롬프트를 통한 커스텀 모드 생성 활성화",
"description": "활성화하면 Roo를 통해 '...하는 커스텀 모드를 만들어줘'와 같은 프롬프트를 사용하여 커스텀 모드를 생성할 수 있습니다. 이 기능이 필요하지 않을 때 비활성화하면 시스템 프롬프트가 약 700 token 감소합니다. 비활성화해도 위의 + 버튼을 사용하거나 관련 구성 JSON을 편집하여 수동으로 커스텀 모드를 생성할 수 있습니다."
Copy link
Contributor

Choose a reason for hiding this comment

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

Consider replacing '700 token' with '700 토큰' for consistency in Korean.

Suggested change
"description": "활성화하면 Roo를 통해 '...하는 커스텀 모드를 만들어줘'와 같은 프롬프트를 사용하여 커스텀 모드를 생성할 수 있습니다. 이 기능이 필요하지 않을 때 비활성화하면 시스템 프롬프트가 약 700 token 감소합니다. 비활성화해도 위의 + 버튼을 사용하거나 관련 구성 JSON을 편집하여 수동으로 커스텀 모드를 생성할 수 있습니다."
"description": "활성화하면 Roo를 통해 '...하는 커스텀 모드를 만들어줘'와 같은 프롬프트를 사용하여 커스텀 모드를 생성할 수 있습니다. 이 기능이 필요하지 않을 때 비활성화하면 시스템 프롬프트가 약 700 토큰 감소합니다. 비활성화해도 위의 + 버튼을 사용하거나 관련 구성 JSON을 편집하여 수동으로 커스텀 모드를 생성할 수 있습니다."

@mrubens mrubens merged commit a2bd668 into main Mar 16, 2025
16 checks passed
@mrubens mrubens deleted the i18n_prompts_tab branch March 16, 2025 06:54
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap Mar 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request size:XXL This PR changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants