create_auto_translation_jobs
Start asynchronous auto-translation jobs for selected languages in your SimpleLocalize project, saving translations directly to the project. Specify language keys or translate all languages.
Instructions
This tool will start asynchronous auto-translation jobs for one or more languages in your SimpleLocalize project, saving results directly to the project.
Optionally provide 'languageKeys' (project language keys to translate; if omitted, all languages are translated) and 'options'.
Uses the auto-translation provider/configuration from the last auto-translation job run in the Web App; it cannot be customized via this tool.
Returns job items; use get_auto_translation_job or get_auto_translation_jobs to check progress.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| options | No | Auto-translation options (optional). | |
| languageKeys | No | Project source language keys to auto-translate. If not provided, all languages are translated. Uses the latest auto-translation configuration (provider, source language, etc.) and cannot customize it. |