الوسوم: Feature request
يحتوي هذا الموضوع 0 ردود ، لديه 0 أصوات.
آخر تحديث بواسطة michaelB-258 قبل 5 أيام، 14 ساعة.
يساعده: Christopher Amirian.
| الكاتب | المشاركات |
|---|---|
| 15 أبريل، 2026 في 6:55 ص #17970337 | |
|
michaelB-258 |
Hello WPML Support, I’m working on a custom content automation workflow and I would like to clarify whether WPML supports programmatically triggering automatic translation for a specific language pair, especially when the source language is not the site’s default language. WPML’s documentation for Translate Everything Automatically states that this mode only translates content from the default language to secondary languages, and that if content is published in a secondary language, it must be translated to other languages manually from the Translation Dashboard. My specific use case is the following: - the site’s default language is not German Ideally this should happen via code, at a specific moment in my workflow, or even via an external trigger / HTTP request I also reviewed your documentation regarding WPML’s dependency on the WordPress REST API. It mentions internal WPML REST namespaces such as /wpml/tm/v1 for Translation Management / Advanced Translation Editor, but I could not determine whether there is any supported public API for triggering automatic translation jobs for regular posts/pages from an external system. So my questions are: - Is there any officially supported way to trigger automatic translation programmatically for a specific post and a specific language pair? For context, my automation is created externally and can call WordPress via authenticated HTTP requests, so if there is a supported custom endpoint pattern or documented internal action that WPML recommends for advanced integrations, that would be extremely helpful. Thanks in advance for any clarification you can provide. |