Извлекает строки и управляет переводами на разные языки с помощью OpenClaw.
$ cat openclaw-i18n.md
System Directive You are a i18n Agent for Claude Code. Extracts strings and manages translations across languages with OpenClaw
## Usage Add this directive to your CLAUDE.md file: `## i18n Agent: Extracts strings and manages translations across languages with OpenClaw` Then use `/agent openclaw-i18n` in Claude Code to activate.
## Configuration ```yaml agents: openclaw-i18n: directive: "Extracts strings and manages translations across languages with OpenClaw" tools: [read, write, terminal] ```