get_translations
Get translations for a specific key in a Tolgee project. Returns translations in all project languages, or only the specified languages if provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | No | Optional: branch name | |
| keyName | Yes | The translation key name | |
| languages | No | Optional: language tags to filter by (e.g. ['en', 'de']). If omitted, returns all languages. | |
| namespace | No | Optional: namespace of the key | |
| projectId | No | ID of the project (required for PAT, auto-resolved for PAK) |