Skip to content

aschempp/contao-deepl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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
deepl:
    api_key: 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx:fx'

Usage

After installation, each field that can be translated will display a small DeepL translation icon DeepL Logo next to its label. Once clicked, DeepL will automatically translate the text in the field to match the language of your current page settings.

Contao Backend showing the DeepL translation button

💡 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:

About

DeepL powered translations in the Contao Backend.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 82.8%
  • JavaScript 11.9%
  • SCSS 2.7%
  • CSS 2.6%