i18n-localization
✓Internationalization and localization patterns. Detecting hardcoded strings, managing translations, locale files, RTL support.
Installation
SKILL.md
| i18n | Internationalization - making app translatable | | L10n | Localization - actual translations | | Locale | Language + Region (en-US, tr-TR) | | RTL | Right-to-left languages (Arabic, Hebrew) |
| Public web app | ✅ Yes | | SaaS product | ✅ Yes | | Internal tool | ⚠️ Maybe | | Single-region app | ⚠️ Consider future | | Personal project | ❌ Optional |
| Missing translation | Fallback to default language | | Hardcoded strings | Use linter/checker script | | Date format | Use Intl.DateTimeFormat | | Number format | Use Intl.NumberFormat | | Pluralization | Use ICU message format |
Internationalization and localization patterns. Detecting hardcoded strings, managing translations, locale files, RTL support. Source: yunaamelia/mcp-agent-memory-pro.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/yunaamelia/mcp-agent-memory-pro --skill i18n-localization- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-05
- Updated
- 2026-02-18
Quick answers
What is i18n-localization?
Internationalization and localization patterns. Detecting hardcoded strings, managing translations, locale files, RTL support. Source: yunaamelia/mcp-agent-memory-pro.
How do I install i18n-localization?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yunaamelia/mcp-agent-memory-pro --skill i18n-localization Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/yunaamelia/mcp-agent-memory-pro
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-05