What problem does it solve?
It prevents games from shipping with broken or incomplete translations by turning localization into a measurable, end-to-end pipeline from string extraction through cultural review, VO/RLT checks, and QA sign-off.
Core Features & Use Cases
- String scan & extraction: Finds hardcoded UI strings and extracts new entries into translation-ready tables with translator context.
- Translation validation & coverage tracking: Checks completeness, placeholder correctness, length constraints, and reports coverage/staleness per locale.
- Release readiness tooling: Produces translator briefs, runs cultural sensitivity review, supports VO localization workflows, verifies RTL layout requirements, enforces string freeze discipline, and executes structured localization QA.
Quick Start
Run the localize skill in extract mode to scan src/ for new or missing localization keys and prepare an updated string-table diff for review.