update_translation
Update a single translation in SimpleLocalize by specifying key, language, and text. Optionally set namespace, customer ID, or review status to keep your localization data accurate.
Instructions
This tool will update a single translation in your SimpleLocalize project.
Provide 'key', 'language' and 'text' (required), and optionally 'namespace', 'customerId', and 'reviewStatus'.
Throws an error if the translation key (with optional namespace), language key or customerId does not exist.
Use update_translations_bulk for efficient mass updates instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The translation key name. | |
| text | Yes | The translation text. | |
| language | Yes | The language key (e.g. en, pl_PL). | |
| namespace | No | The namespace for the translation key (optional). | |
| customerId | No | The customer ID for customer-specific translations (optional). | |
| reviewStatus | No | Review status: REVIEWED, NOT_REVIEWED or empty (defaults to NOT_REVIEWED if omitted). |