-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Add Dutch language #2525
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
Add Dutch language #2525
Conversation
Add Dutch language support to the app. * **Add Dutch translations**: - Add `src/i18n/locales/nl/common.json` with Dutch translations for common terms. - Add `src/i18n/locales/nl/tools.json` with Dutch translations for tools. - Add `webview-ui/src/i18n/locales/nl/chat.json` with Dutch translations for chat. - Add `webview-ui/src/i18n/locales/nl/common.json` with Dutch translations for common terms. - Add `webview-ui/src/i18n/locales/nl/history.json` with Dutch translations for history.
Add Dutch language support
|
| "task_status_in_code_security_testing": "In security testen", | ||
| "task_status_in_code_penetration_testing": "In penetratietesten", | ||
| "task_status_in_code_vulnerability_testing": "In kwetsbaarheidstesten", | ||
| "task_status_in_code_code_review": "In code review", |
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.
It appears that many translation keys from line 135 onward unintentionally include an extra 'code' (e.g. 'task_status_in_code_code_review' instead of 'task_status_in_code_review'). Please verify if the duplication is intentional. If not, these typographical errors should be corrected.
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
|
should be corrected now |
…#2525) Bumps the npm_and_yarn group with 1 update: [tar-fs](https://github.com/mafintosh/tar-fs). Updates `tar-fs` from 3.0.6 to 3.0.8 - [Commits](mafintosh/tar-fs@v3.0.6...v3.0.8) --- updated-dependencies: - dependency-name: tar-fs dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This pull request introduces Dutch translations for various project files, including the code of conduct, contributing guidelines, and README, as well as updates to the localization files for common phrases, tools, and chat functionalities.
Key changes:
Documentation and Guidelines:
CODE_OF_CONDUCT.mdfile, outlining the community standards and enforcement policies.CONTRIBUTING.mdfile, providing guidelines on how to report bugs, request features, contribute code, improve documentation, and assist with testing.README.mdfile with a Dutch version, including an overview of Roo Code, its features, installation instructions, and contribution guidelines.Localization:
src/i18n/locales/nl/common.json.src/i18n/locales/nl/tools.json.webview-ui/src/i18n/locales/nl/chat.json.Important
Add Dutch translations for documentation, guidelines, and localization files for common phrases and functionalities.
CODE_OF_CONDUCT.md,CONTRIBUTING.md, andREADME.md.src/i18n/locales/nl/common.json.src/i18n/locales/nl/tools.json.webview-ui/src/i18n/locales/nl/chat.json.This description was created by
for baa6f96. It will automatically update as commits are pushed.