update_translations_bulk
Update up to 100 translations at once by providing an array of keys, languages, and texts. Efficiently mass-update localization data in SimpleLocalize.
Instructions
This tool will update multiple translations in bulk in your SimpleLocalize project.
Provide an array of translation objects (max 100).
Each object must include 'key', 'language', and 'text'.
Optionally include 'namespace', 'customerId', and 'reviewStatus'.
Use this for efficient mass updates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| translations | Yes | Array of translations to update (max 100). |