What problem does it solve?
This Skill proactively identifies and helps fix internationalization (i18n) issues within a project, such as missing translations, hardcoded strings, and inconsistencies across different languages.
Core Features & Use Cases
- Translation Coverage Auditing: Detects missing translations and ensures consistency across all supported languages.
- Hardcoded String Detection: Identifies instances where text is directly embedded in the code instead of using translation keys.
- Type/Key Mismatch Analysis: Flags discrepancies between translation keys used in code and those defined in translation files.
- Use Case: Before releasing a new feature, run this skill to ensure all user-facing text is properly internationalized, preventing a poor experience for non-English speaking users.
Quick Start
Run the preen i18n skill to check for translation coverage issues in the codebase.