🌐
FrontendTypeScript

I18n

by d-kimuson

I18n is a Frontend skill for Claude Code, published by d-kimuson in claude-code-viewer.

1.3K stars157 forkson d-kimuson/claude-code-viewerAdded 2026/08/20Repository updated 2026/08/18
claudeclaude-code
Install in seconds
Install I18n
Copy I18n 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/d-kimuson/claude-code-viewer/tree/main/.claude/skills/i18n ~/.claude/skills/i18n

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/d-kimuson/claude-code-viewer.git

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

In this catalog

Source file
.claude/skills/i18n/SKILL.md in d-kimuson/claude-code-viewer
Installs to
~/.claude/skills/i18n
Collection
One of 3 skills cataloged from this repository
Category
Frontend567 skills

What I18n does

I18n updates Lingui catalogs and fixes translations across locales. Use when adding new messages, correcting translations, or verifying no missing keys.

I18n is cataloged under Frontend on DirSkills. I18n comes from a repository tagged claude and claude-code.

Documentation

README

Core rules

  • English (en) is the source catalog. Do not alter keys; only update translations.
  • Preserve placeholders and ICU syntax exactly (e.g., {name}, {count, plural, one {...} other {...}}).
  • Keep technical terms in English when appropriate (API, TypeScript, React).

Translation updates

  • Update src/lib/i18n/locales/{locale}/messages.json only; do not edit compiled outputs by hand.
  • Use ./scripts/put-transtation.js to safely update a specific entry without loading the full file into context.

Verification

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

Frequently asked about I18n

  • What else does d-kimuson publish alongside I18n?

    I18n is one of 3 skills that DirSkills catalogs from d-kimuson/claude-code-viewer, the repository it ships in. Its siblings there include Claude Code Viewer Release and Fix Schema. Each one is a separate skill with its own page in this directory, installs the same way I18n does, and is maintained by d-kimuson in that same repository. The rest of the collection is listed on the d-kimuson/claude-code-viewer page.

  • How does I18n compare to other Frontend skills?

    I18n ranks #295 by stars among the 567 Frontend skills in this catalog. The most-starred ones next to it are Angular Developer, Android Clean Architecture and Accessibility. 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 I18n against them. Open each page to compare what they document and how they install.