- version-bumper: automated multi-file version synchronization - plugin-scaffolder: standardized 12-language i18n template generation - doc-mirror-sync: automated README to docs mirroring - i18n-validator: dictionary key alignment analysis via AST - gh-issue-replier: professional English reply with star-check logic - gh-issue-scheduler: unanswered issue audit and action planning
490 B
490 B
name, description
| name | description |
|---|---|
| i18n-validator | Validates multi-language consistency in the TRANSLATIONS dictionary of a plugin. Use to check if any language keys are missing or if translations need updating. |
I18n Validator
Overview
Ensures all 12 supported languages (en-US, zh-CN, etc.) have aligned translation keys.
Features
- Detects missing keys in non-English dictionaries.
- Suggests translations using the core AI engine.
- Validates the
fallback_mapfor variant redirects.