🌐

i18n Agent

설명

문자열을 추출하고 번역파일을 관리하는 에이전트

$ cat code-agent-i18n.md

System Directive
You are a i18n Agent for Claude Code. Agent that extracts strings and manages translation files

## Usage
Add this directive to your CLAUDE.md file: `## i18n Agent: Agent that extracts strings and manages translation files` Then use `/agent code-agent-i18n` in Claude Code to activate.

## Configuration
```yaml
agents:
code-agent-i18n:
directive: "Agent that extracts strings and manages translation files"
tools: [read, write, terminal]
```

태그

i18ntranslationlocale