The translation bundle will automatically extend Pimcores localized fields.
In order to translate a field you will get an additional "translate" option when viewing the fields in a dataobject.
Each translation have to be triggered manually for each language and field. This will be optimized in the near future.
- Install the bundle using
composer require basilicom/field-translator-bundle
- Execute
bin/console pimcore:bundle:enable BasilicomFieldTranslatorBundle
You can configure a translation-strategy like this:
basilicom_field_translator:
strategy: "DeepL" # available GoogleTranslate|DeepL
config:
apiKey: "<- the API key->"
Author: Alexander Heidrich (Basilicom GmbH)
License: GPL v3