copy_from_primary
Copy primary locale values verbatim into target locales for keys like brand names, prices, and percentages that should not be translated. Errors if a key is missing from the primary locale.
Instructions
Copy the primary locale value verbatim to specified locales for specified keys. Use for brand names, prices, percentages, and other terms that legitimately should not be translated. Returns an error if any key is missing from the primary locale.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keys | Yes | Dot-notation keys to copy, e.g. ["brand.name", "unit.percent"] | |
| locales | Yes | Target locales to copy into, e.g. ["de", "fr"] | |
| namespace | Yes | Namespace name from .i18n-mcp.json |