Installation

Install the extension using composer:

composer require "dmitryd/dd-deepl"
Copied!

Add the static TypoScript template from EXT:dd_deepl/Configuration/TypoScript/ to your site

Go to https://www.deepl.com/signup and sign up. Get a free API key.

Configure API key in the TypoScript constants like this:

module.tx_dddeepl.settings.apiKey = <Insert your API key here>
Copied!

You can also set DeepL API key via web server environment varable TYPO3_DEEPL_API_KEY.