find_untranslated_values
Find untranslated keys by comparing translated values to the primary locale, excluding doNotTranslate terms. Returns stale keys for each locale.
Instructions
Find keys where the translated value is identical to the primary locale value — i.e. placeholder translations that were never actually translated. Terms in doNotTranslate are excluded. Returns { locale: { key: primaryValue } } for each stale key found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locale | No | Check only this locale (optional — defaults to all non-primary locales) | |
| namespace | Yes | Namespace name from .i18n-mcp.json |