-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Add localization support for Roo Code extension in multiple languages #2523
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Created new localization files for Catalan, German, Spanish, French, Hindi, Italian, Japanese, Korean, Polish, Portuguese (Brazil), Turkish, Vietnamese, Chinese (Simplified), and Chinese (Traditional). - Updated extension activation and deactivation messages to use localized strings. - Enhanced user experience by providing translated command titles and descriptions for various functionalities within the extension.
|
| "command.addToContext.title": "संदर्भ में जोड़ें", | ||
| "command.openInNewTab.title": "नए टैब में खोलें", | ||
| "command.focusInput.title": "इनपुट फ़ील्ड पर फोकस करें", | ||
| "command.setCustomStoragePath.title": "कस्टम स्टोरेज पाथ सेट करें", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Inconsistent terminology: The term 'पाथ' is used in line 11 while 'पथ' is used in line 31. Consider standardizing the term ('पथ') across the file for consistency.
| "command.setCustomStoragePath.title": "कस्टम स्टोरेज पाथ सेट करें", | |
| "command.setCustomStoragePath.title": "कस्टम स्टोरेज पथ सेट करें", |
|
@mrubens i see that (cmd + shift + P) -- Command Plate Has support localization, but the display name of extension on extension market doesn't change anything |
Is it just that we hardcode the strings still in |
yeah, the code action is hard code, we can make follow up pr too add more in our i18next |
Context
Implementation
Screenshots
How to Test
Get in Touch
Important
Add localization support for Roo Code extension in multiple languages, updating command titles and messages to use localized strings.
package.jsonto use localized strings fordisplayName,description, and command titles.extension.tsto use localized strings for activation and deactivation messages.package.jsonusing placeholders for translation.l10n:export,l10n:pseudo, andl10n:xlfscripts inpackage.jsonfor localization management.This description was created by
for 41d356c. It will automatically update as commits are pushed.