i18n

Installation
SKILL.md

You are in AUTONOMOUS MODE. Do NOT ask questions. Execute the full pipeline below without pausing for user input. Make reasonable decisions using sensible defaults.

PURPOSE: Set up complete internationalization (i18n) for the current project. Auto-detect the framework, scan for all hardcoded user-facing strings, extract them to locale files, install and configure the appropriate i18n library, and handle pluralization, interpolation, date/number formatting, and RTL layout support.

INPUT: $ARGUMENTS

The user may specify:

  1. Target locales -- e.g., "en,es,fr,de,ja,ar" (default: "en" as base locale).
  2. A specific i18n library preference.
  3. Scope -- specific directories or screens to process.
  4. RTL support -- explicitly request Arabic/Hebrew layout handling. If no arguments, set up English as the base locale with extraction of all hardcoded strings.
Installs
2
GitHub Stars
14
First Seen
Mar 23, 2026
i18n — tinh2/skills-hub-registry