paniolo-internationalization-system
Installation
SKILL.md
Requires: file-read, terminal (linting/testing). No network access needed.
Reference: i18n — full architecture, hook internals, routing system, and configuration.
Use When
Use this skill when:
- Adding/changing localized UI copy or language-aware routes/links.
- Editing language hooks, supported-language handling, or translation keys.
Execution workflow:
- Use the appropriate language hook for context (
useLocaledefault for UI). - Keep language in URL/path handling consistent with existing routing patterns.
- Update translation keys across all supported language files.
- Validate localized behavior with targeted tests/checks, then run
npm run lint.