lokalise_bulk_update_translations
Update multiple translations simultaneously in a Lokalise project for batch corrections, approvals, or importing reviewed content. Handles up to 100 updates per request with automatic rate limiting.
Instructions
Efficiently processes batch translation corrections or approvals. Required: projectId, updates array (up to 100). Each update needs translation_id plus changes. Use for mass approvals, systematic corrections, or importing reviewed content. Returns: Success/error per translation. Performance: ~5 updates/second with automatic rate limiting and retries.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project ID containing the translations | |
| updates | Yes | Array of translation updates (min 1, max 100). Each update includes translationId and translationData |