objectstack-i18n
Installation
SKILL.md
Internationalization — ObjectStack I18n Protocol
Expert instructions for designing internationalization (i18n) and localization (l10n) strategies using the ObjectStack specification. This skill covers translation bundle structures, locale configuration, object-first translation patterns, coverage detection, and integration with the I18nService.
When to Use This Skill
- You are configuring i18n for a new ObjectStack project.
- You need to create translation bundles for multiple locales.
- You are designing object-first translation structures (per-object translation files).
- You need to detect missing or stale translations (coverage analysis).
- You are integrating AI-powered translation suggestions.
- You are implementing locale-specific formatting (dates, numbers, currency).
- You need to understand translation file organization strategies (bundled, per_locale, per_namespace).