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.
|