check_translation_quality
Check quality of specified translation keys across locales and report untranslated, empty, or short values. Use for targeted auditing instead of scanning entire namespaces.
Instructions
Check translation quality for specific keys. Returns issues per locale per key: "untranslated" (value identical to primary), "empty" (missing or blank), "short" (less than 30% the length of the primary value for strings longer than 15 chars). Use this for targeted quality checks instead of scanning the full namespace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keys | Yes | Dot-notation keys to check, e.g. ["button.save", "title"] | |
| namespace | Yes | Namespace name from .i18n-mcp.json |