Internationalization (i18n) and localization (l10n). Use when adding multi-language support.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add skeletorflet/opencode-supreme-setup --skill i18n --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of I18n?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/skeletorflet-i18n)More formats (shields.io, HTML) on the badges page.
---
name: i18n
description: Internationalization (i18n) and localization (l10n). Use when adding multi-language support.
---
## i18n
Implement internationalization.
### Setup
- Extract strings to translation files
- Use ICU message format
- Support pluralization
- Handle RTL languages
- Format dates/numbers per locale
### Best practices
- Never concatenate translated strings
- Translation keys as default messages
- Context comments for translators
- Test with pseudo-locale
- Lazy-load locale data
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!