BeClaude

translation

New
1Community RegistryDevelopmentby cashwu

My translation plugin

First seen 5/22/2026

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

1
Add a marketplace
/plugin marketplace add <org/repo>
2
Install the plugin

Add the configuration to /plugin install translation@<marketplace>

3
Manage with /plugin
/plugin

Use Cases

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.

Usage Examples

1

/translation Translate 'Hello, world!' to French

2

/translation Detect the language of 'Bonjour le monde'

3

/translation Translate the following text to German: 'The quick brown fox jumps over the lazy dog.'

View source on GitHub
plugin

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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..