i18nstack
Installation
SKILL.md
i18nstack: the i18n toolkit for AI coding agents
Three CLI tools + 46 language-specific translation skills. Route any i18n task to the right piece:
| Task | Use |
|---|---|
| Convert a localization file to another format | i18n-convert CLI (see i18n-convert skill) |
| Generate pseudo-translations to test an i18n setup | i18n-pseudo CLI (see i18n-pseudo skill) |
| Check translation files for missing keys, placeholder drift, plural errors | i18n-validate CLI (see i18n-validate skill) |
| Translate text into language XX with native-quality rules | localize-XX skill (46 languages, e.g. localize-ja, localize-de) |
| Wrap hardcoded strings in code with i18n functions | i18n-wrap skill |
| Audit existing i18n wrapping for quality issues | i18n-review skill |
| Validate AND fix all findings until green | i18n-validate-workflow skill |
| Safe format conversion with data-loss checks | i18n-convert-workflow skill |
| Pseudo-locale QA sweep with fix-up | i18n-pseudo-workflow skill |