WPML Übersetzung erstellen
wpml_create_translationCreates a translation for a WordPress post by specifying the original post ID, target language, translated title, and content.
Instructions
Erstellt eine Übersetzung für einen Post
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Übersetzter Titel | |
| postId | Yes | Original Post-ID | |
| status | No | Status | draft |
| content | Yes | Übersetzter Inhalt | |
| targetLanguage | Yes | Zielsprache (z.B. de, en, fr) |