getTranslationForKey
Retrieve translation text for a specific key in a Weblate project component and language.
Instructions
Get translation value for a specific key in a project
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) | |
| key | Yes | The translation key to look up |