Skip to content

A Pimcore bundle to provide translation helpers for fields in the Pimcore Backend.

License

Notifications You must be signed in to change notification settings

basilicom/pimcore-field-translator-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basilicom Field Translator Bundle

Usecase / Summary

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.


Installation

  1. Install the bundle using composer require basilicom/field-translator-bundle
  2. Execute bin/console pimcore:bundle:enable BasilicomFieldTranslatorBundle

Configuration

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