Internationalization and localization patterns.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add Dokhacgiakhoa/antigravity-ide --skill i18n-localization --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of I18n Localization?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/dokhacgiakhoa-i18n-localization-8de83890)More formats (shields.io, HTML) on the badges page.
---
name: i18n-localization
description: Internationalization and localization patterns.
category: development
version: 4.1.0-fractal
layer: master-skill
---
# 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)](./sub-skills/react-react-i18next.md)
### 2. [Next.js (next-intl)](./sub-skills/nextjs-next-intl.md)
### 3. [Python (gettext)](./sub-skills/python-gettext.md)
### 4. [DO ✅](./sub-skills/do.md)
### 5. [DON'T ❌](./sub-skills/dont.md)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!