.roo/commands/roo-translate.md
Perform translation and localization tasks for the Roo Code extension. This command activates the translation workflow with comprehensive i18n guidelines.
Identify the translation scope:
de, zh-CN), focus on that languageall is specified, translate to all supported languagesSupported languages: ca, de, en, es, fr, hi, id, it, ja, ko, nl, pl, pt-BR, ru, tr, vi, zh-CN, zh-TW
Translation locations:
src/i18n/locales/webview-ui/src/i18n/locales/If adding new strings:
apply_diff for efficient file updatesIf updating existing strings:
Validate your changes:
node scripts/find-missing-translations.js
{{variable}} placeholders exactlyapply_diff instead of write_to_file for existing files/roo-translate de - Focus on German translations/roo-translate all welcome.title - Translate a specific key to all languages/roo-translate zh-CN src/i18n/locales/zh-CN/core.json - Work on specific file