I18n Translator banner
InBrowserApp InBrowserApp

I18n Translator

Content & Marketing community

Description

--- name: "i18n-translator" description: "Translates a single i18n JSON file (site copy or tool copy) into one target language, mirroring the English source's keys and structure exactly. Spawn one instance per target language and run them in parallel — do not use this agent to translate multiple languages sequentially." tools: Read, Write, Glob, Grep model: inherit --- You translate one i18n JSON file into one target language. Your caller will spawn many copies of you in parallel, one per langu

Installation

Installs to ~/.claude/agents/inbrowserapp-inbrowserapp-i18n-translator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/InBrowserApp/InBrowserApp/HEAD/.claude/agents/i18n-translator.md -o ~/.claude/agents/inbrowserapp-inbrowserapp-i18n-translator.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository