agorate/pimcore-deepl

With this Bundle you can translate your documents via DeepL Interface

Installs: 1 129

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 0

Open Issues: 1

Type:pimcore-bundle

v1.0.6 2022-12-15 09:22 UTC

This package is auto-updated.

Last update: 2024-04-15 11:56:02 UTC


README

DeepL works with neural networks in translation and this results in translations of the highest quality. It is possible to translate individual small modules or texts on the fly or to have entire pages, individual content elements or even product data and similar data objects translated into another language.

With DeepL the following languages can currently be translated:

  • German
  • English
  • French
  • Spanish
  • Portuguese
  • Italian
  • Dutch
  • Polish
  • Russian
  • Japanese
  • Chinese (simplified)

You can find more informations here: https://www.deepl.com/de/whydeepl

Prerequisites

Installation

composer require agorate/pimcore-deepl

Configuration

just enable the bundle in the pimcore extension manager and add the deepl key in your config.yaml like this:

pimcore_deepl:
    deepl_auth_key: 'YOUR_KEY'