- 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
15 lines
490 B
Markdown
15 lines
490 B
Markdown
---
|
|
name: i18n-validator
|
|
description: 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_map` for variant redirects.
|