update_translations_bulk
Update multiple translations simultaneously in your SimpleLocalize project. Provide translation objects with key, language, and text to modify up to 100 entries at once.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| translations | Yes | Array of translations to update (max 100). |