bulkWriteTranslations
Update multiple translations simultaneously in Weblate projects to manage batch operations efficiently. Specify project, component, language, and translation values to process updates.
Instructions
Update multiple translations in batch for efficient bulk operations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectSlug | Yes | The slug of the project | |
| componentSlug | Yes | The slug of the component | |
| languageCode | Yes | The language code (e.g., en, es, fr) | |
| translations | Yes | Array of translations to update |