AI AGENT ADDONS

Internationalization (i18n) and localization (L10n) help your app speak the language of users around the world. This skill teaches you how to prepare your code for translation and handle different regions. You will learn to detect hardcoded strings, manage locale files, and support right-to-left scripts like Arabic.

Whether you build a public web app or a SaaS product, i18n is a must. The skill covers best practices for React, Next.js, and Python. It shows how to name translation keys, handle plurals, and format dates and numbers for each locale. You will also find a handy checklist to avoid common mistakes before shipping.

By the end, you can set up a clean locale folder structure and run a script to catch missing translations. Your app will be ready for any language or region, making it more friendly and useful for everyone.

Add I18n Localization skill to your workflow

Global

mkdir -p ~/.claude/skills/i18n-localization

Project

mkdir -p .claude/skills/i18n-localization

Source Repository

Stars
28,343
Forks
2,956
Watchers
28,343
License
MIT
Last Push
22 days ago
Created
1 year ago