i18n
Installation
SKILL.md
When to use this skill
- You are adding a new locale or key.
- You want to ensure every key is translated.
- You are hunting hardcoded UI strings.
How to use
- Build i18n:
cd mcp/i18n && go test ./... && go build. - Add the binary to your MCP client config as
i18n. - Call
list_localesto see files,missing_keys {reference}for gaps, andkey_usage {key}for references. - Use
hardcoded_strings {path}to find untranslated text.
Examples
- "List locales and show keys missing from
esagainsten." - "Find hardcoded strings in
templates/." - "Show where
save_buttonis used in source."