i18n-localization

Installation
SKILL.md

i18n & Localization

Internationalization (i18n) and Localization (L10n) best practices.


1. Core Concepts

Term Meaning
i18n Internationalization - making app translatable
L10n Localization - actual translations
Locale Language + Region (en-US, tr-TR)
RTL Right-to-left languages (Arabic, Hebrew)

2. When to Use i18n

Project Type i18n Needed?
Public web app ✅ Yes
SaaS product ✅ Yes
Internal tool ⚠️ Maybe
Single-region app ⚠️ Consider future
Personal project ❌ Optional

3. Implementation Patterns

🧠 Knowledge Modules (Fractal Skills)

1. React (react-i18next)

2. Next.js (next-intl)

3. Python (gettext)

4. DO ✅

5. DON'T ❌

Related skills
Installs
3
GitHub Stars
429
First Seen
Feb 10, 2026