🌐
AI EngineeringTypeScript

I18next Localization

by i18next

I18next Localization is an AI Engineering skill for Claude Code, published by i18next in i18next-cli.

234 stars36 forkson i18next/i18next-cliAdded 2026/09/03Repository updated 2026/09/02
agent-skillsclaude-skillsclicodex-skillsi18ni18nextinternationalizationlocalizationparsertoolkittranslation
Install in seconds
Install I18next Localization
Copy I18next Localization into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/i18next/i18next-cli/tree/main/skills/i18next-localization ~/.claude/skills/i18next-localization

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/i18next/i18next-cli.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/i18next-localization/SKILL.md in i18next/i18next-cli
Installs to
~/.claude/skills/i18next-localization
Collection
The only skill cataloged from this repository
Category
AI Engineering2793 skills

What I18next Localization does

I18next Localization localizes an app with i18next and Locize by detecting the stack, adding config, wrapping hardcoded strings in t(), extracting keys, and syncing translations. Use it when setting up or extending internationalization and multilingual support.

I18next Localization is cataloged under AI Engineering on DirSkills. I18next Localization comes from a repository tagged agent-skills, claude-skills, cli, codex-skills and i18n.

Documentation

README

Localize an app with i18next + Locize

i18next-cli orchestrates this whole flow. Do not improvise the steps and do not hand-write the wrapping. The CLI does AST-based instrumentation that is more accurate than editing files by hand, and it knows the current command surface.

Step 1: get the version-matched flow

npx i18next-cli localize --print-agent-prompt

Follow the printed steps. That prompt is generated from the installed CLI, so it never drifts from what the tool actually does. Always regenerate it; never work from a copy.

If the user wants it done non-interactively in one shot instead, run:

npx i18next-cli localize

This is the opening of the README. Read the full README on GitHub.

Frequently asked about I18next Localization

  • How does I18next Localization compare to other AI Engineering skills?

    I18next Localization ranks #2453 by stars among the 2793 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of I18next Localization against them. Open each page to compare what they document and how they install.