machine_translate
Start machine translation for specified keys into target languages. Returns a batch job ID — use get_batch_job_status to poll for completion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | No | Optional: branch name | |
| keyNames | Yes | Names of keys to translate | |
| namespace | No | Optional: namespace of the keys | |
| projectId | No | ID of the project (required for PAT, auto-resolved for PAK) | |
| targetLanguageTags | Yes | Language tags to translate into (e.g. ['de', 'fr']) |