i18n Web
Use this skill as a basic starting point.
Workflow
- Review the current text rendering and locale handling approach.
- Identify translatable strings, formatting rules, and language switching needs.
- Keep translation keys structured and maintainable.
- Handle dates, numbers, and pluralization intentionally.
- Verify behavior in at least one alternate locale.
Output
- Produce practical internationalization changes.
- Keep translation handling scalable and clear.
- Prefer structured keys over hardcoded text.