Download the PHP package numero2/contao-deepl without Composer
On this page you can find all versions of the php package numero2/contao-deepl. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download numero2/contao-deepl
More information about numero2/contao-deepl
Files in numero2/contao-deepl
Package contao-deepl
Short Description DeepL powered translations in the Contao Backend.
License LGPL-3.0-or-later
Informations about the package contao-deepl
Contao DeepL Translation Helper
About
This extension allows you to translate individual fields within a DCA (Data Container Array) with just one click, leveraging the DeepL API for accurate translations. It also includes caching of previously translated texts to optimize performance and minimize API calls.
System requirements
- Contao 5.x
- DeepL API Key (free or paid plan)
Installation & Configuration
- Install the extension via Contao Manager or Composer (
composer require numero2/contao-deepl
) - Add your DeepL API Key to your
.env
DEEPL_API_KEY=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx:fx
- Alternatively, you can add the API key to your
config/config.yaml
Usage
After installation, each field that can be translated will display a small DeepL translation icon next to its label. Once clicked, DeepL will automatically translate the text in the field to match the language of your current page settings.
💡 Hint: You can also translate all fields at once by pressing ALT+T
on Windows or Option+T
on Mac.
Supported bundles
This extension supports the following Contao bundles:
All versions of contao-deepl with dependencies
deeplcom/deepl-php Version ^1.8
symfony/cache-contracts Version ^3.0
symfony/config Version ^6.4 || ^7.0
symfony/dependency-injection Version ^6.4 || ^7.0
symfony/event-dispatcher Version ^6.4 || ^7.0
symfony/http-foundation Version ^6.4 || ^7.0
symfony/http-kernel Version ^6.4 || ^7.0
symfony/intl Version ^6.4 || ^7.0
symfony/translation-contracts Version ^3.0