What problem does it solve?
It prevents front-end teams from shipping brittle translations and inconsistent locale behavior by providing a comprehensive architecture, workflow, and QA guardrail for React/Next.js projects that need accurate multilingual content, RTL support, and SEO-friendly localization.
Core Features & Use Cases
- Architectural Playbook for locale detection, fallback chains, Next.js App Router integration, routing strategies, and SEO hreflang metadata so every new page echoes its translations consistently.
- Translation Workflow & ICU Guidance covering message extraction, ICU MessageFormat patterns, glossary maintenance, TM integration, and translator handoffs documented in the references for quick onboarding.
- QA Gate Automation that runs the provided shell script to validate translation JSON files, detect missing keys, enforce ICU syntax, check RTL dir attributes, and monitor bundle sizes before global releases, ensuring a React/Next.js multilingual launch does not regress.
Quick Start
Ask the skill to produce a React/Next.js i18n implementation checklist covering locale detection, ICU formatting, RTL layouts, translation QA gates, and SEO hreflang updates.