software-localisation

Installation
SKILL.md

Software Localisation - Quick Reference

Production patterns for internationalisation (i18n) and localisation (l10n) in modern web applications. Covers library selection, translation management, ICU message format, RTL support, and CI/CD workflows.

Snapshot (2026-02): i18next 25.x, react-i18next 16.x, react-intl 8.x, vue-i18n 11.x, next-intl 4.x, @angular/localize 21.x. Always verify current versions in the target repo (see Currency Check Protocol).

Authoritative References:

Quick Reference

Task Tool/Library Command When to Use
React i18n react-i18next npm i i18next react-i18next Most React apps, flexibility
React i18n (ICU) react-intl (FormatJS) npm i react-intl ICU-first message catalog + tooling
Vue i18n vue-i18n npm i vue-i18n Vue 3 apps
Related skills
Installs
108
GitHub Stars
60
First Seen
Jan 23, 2026