Manual Trigger
Besides automatic change detection, it is also possible to add items to the translation queue manually. Currently only data objects are supported.
Be aware, that this just adds items to the translation queue. Execution of the command for creating translation jobs is still necessary. See Commands for details.
Configuration
Required configuration:
pimcore_translations_provider_interface:
settings:
# Default provider used in the Pimcore Backend UI.
default_provider: "translations-provider.translationscom"
# Comma separated list of user names or user email addresses for error notification.
notification_recipients: "admin,josef.aichhorn@elements.at"
# Comma separated list of supported languages. If not set then it defaults to Pimcore\Tool::getValidLanguages.
allowed_languages: "de_DE,en_US,en_GB"
UI Options
Trigger translation in context menu of trees
Either (multi-select) tree items
and choose source language and target languages.
Notifications
Configured users will receive a notification whenever a submission fails.