๐ŸŒ
FrontendTypeScript

Internationalization

by iOfficeAI

Internationalization is a Frontend skill for Claude Code, published by iOfficeAI in AionUi.

32K stars3.3K forkson iOfficeAI/AionUiAdded 2026/08/14Repository updated 2026/08/14
acpagent-teamaiai-agentchatchatbotclaude-codeclawdbotcodexcoworkgeminigemini-clihermesllmnano-bananaofficeopenclawopencodeskillswebui
Install in seconds
Install Internationalization
Copy Internationalization 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/iOfficeAI/AionUi/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/iOfficeAI/AionUi.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 iOfficeAI/AionUi
Installs to
~/.claude/skills/i18n
Collection
One of 6 skills cataloged from this repository
Category
Frontend โ€” 567 skills

What Internationalization does

Internationalization defines the workflow and standards for managing translations across supported languages and modules. Use it when adding user-facing text, creating new components, reviewing code for i18n compliance, or adding a translation module.

Internationalization is cataloged under Frontend on DirSkills. Internationalization comes from a repository tagged acp, agent-team, ai, ai-agent and chat.

Documentation

README

i18n Skill

Standards and workflow for internationalization. All user-visible text must use i18n.

Announce at start: "I'm using i18n skill to ensure proper internationalization."

IMPORTANT: Read Config First

Before doing any i18n work, always read src/common/config/i18n-config.json to get the current list of supported languages and modules. Never assume a fixed number โ€” languages and modules may have been added or removed since this skill was written.

cat src/common/config/i18n-config.json

This file is the single source of truth. All scripts, runtime code, and this workflow depend on it.

File Structure

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

Frequently asked about Internationalization

  • What else does iOfficeAI publish alongside Internationalization?

    Internationalization is one of 6 skills that DirSkills catalogs from iOfficeAI/AionUi, the repository it ships in. Its siblings there include Bump Version, E2E Coding and E2E Test. Each one is a separate skill with its own page in this directory, installs the same way Internationalization does, and is maintained by iOfficeAI in that same repository. The rest of the collection is listed on the iOfficeAI/AionUi page.

  • How does Internationalization compare to other Frontend skills?

    Internationalization ranks #68 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 Internationalization against them. Open each page to compare what they document and how they install.