writeTranslation
Modify or add a translation for a specific key in Weblate MCP Server by specifying the project, component, language, and new value. Mark as approved if needed.
Instructions
Update or write a translation value for a specific key
Input Schema
Name | Required | Description | Default |
---|---|---|---|
componentSlug | Yes | The slug of the component | |
key | Yes | The translation key to update | |
languageCode | Yes | The language code (e.g., en, es, fr) | |
markAsApproved | No | Whether to mark as approved (default: false) | |
projectSlug | Yes | The slug of the project | |
value | Yes | The new translation value |