What problem does it solve?
This skill solves the fragmentation and quality gaps in internationalization (i18n) by providing a systematic workflow to audit codebases, extract hardcoded strings, and ensure translation consistency across multiple languages.
Core Features & Use Cases
- Systematic Audit: Identify hardcoded strings, missing keys, and translation gaps using specialized grep patterns.
- Quality Assurance: Enforce native orthography, voice consistency, and placeholder integrity through automated validation scripts.
- Use Case: Use this skill to audit a React application for hardcoded strings, set up a robust i18next infrastructure, and validate that all locale catalogs are complete and free of placeholder errors before deployment.
Quick Start
Use the localize skill to audit the current directory for hardcoded strings and generate a report of missing keys in the locale catalogs.