getTranslationForKey
Retrieve the translation for a specific key in a project by providing the project slug, component slug, language code, and key using the Weblate MCP Server.
Instructions
Get translation value for a specific key in a project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
componentSlug | Yes | The slug of the component | |
key | Yes | The translation key to look up | |
languageCode | Yes | The language code (e.g., en, es, fr) | |
projectSlug | Yes | The slug of the project |