Maintain Internationalization Quality with Ease
Ensuring your application is fully localized is a tedious task for any developer. The i18n Completeness Auditor automates the hunt for hardcoded UI strings, missing translation keys, and orphaned entries across your codebase, saving you hours of manual grep-work and UI testing.
What it does
The skill scans your JavaScript and TypeScript source files (JS, JSX, TS, TSX) alongside your locale JSON files. It identifies four critical issues:
- Hardcoded Strings: User-facing text not wrapped in translation helpers.
- Missing Keys: Keys called in your code that don't exist in your locale files.
- Orphaned Keys: Translated strings that are no longer used anywhere in the code.
- Raw-Key Leakage: Heuristics for where keys might be displayed as raw strings to users.
Why use this skill?
Unlike basic string searching, this skill uses specific patterns to distinguish between code logic and UI text. It provides a structured audit report with file and line evidence, helping you achieve 100% translation coverage before a release. It works purely via file analysis, meaning no heavy build tools or external API dependencies are required.
Supported Tech
Supports modern frontend stacks including React, Vue, and Angular using standard i18n patterns. Optimized for JSON-based locale management.