translation
NewMy translation plugin
Summary
The translation skill enables Claude Code to translate text between languages, detect source languages, and handle multilingual content.
- It is useful for developers working with internationalized applications, documentation, or any project requiring language conversion.
Install & Usage
/plugin marketplace add <org/repo>Add the configuration to /plugin install translation@<marketplace>
/pluginUse Cases
Usage Examples
/translation Translate 'Hello, world!' to French
/translation Detect the language of 'Bonjour le monde'
/translation Translate the following text to German: 'The quick brown fox jumps over the lazy dog.'
Security Audits
Frequently Asked Questions
What is translation?
The translation skill enables Claude Code to translate text between languages, detect source languages, and handle multilingual content. It is useful for developers working with internationalized applications, documentation, or any project requiring language conversion.
How to install translation?
To install translation: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install translation@<marketplace>. Finally, /plugin in Claude Code.
What is translation best for?
translation is a plugin categorized under Development. It is designed for: plugin. Created by cashwu.
What can I use translation for?
translation is useful for: Translate a user-facing error message from English to Spanish for a web application.; Detect the language of an incoming support ticket before routing it to the appropriate team.; Translate a block of API documentation from Japanese to English for internal review.; Convert a JSON file containing multilingual strings from French to German.; Translate a command-line output from Chinese to English for debugging purposes.; Translate a code comment block from Portuguese to English to ensure consistency..