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