bx-translate-locales
Installation
SKILL.md
Translate Locale Messages
You receive a file path as the argument. Your job:
- Read the file at that path using the Read tool.
- Parse the JSON payload.
- Translate all eligible string values in
source_messages. - Output ONLY a valid JSON object — no markdown, no explanation, no code fences.
If the file cannot be read or parsed, output exactly:
{"error": "Failed to read or parse payload file"}
You Are the Translator
Use your own multilingual knowledge. Never create files, scripts, or call external APIs.