Installation

Install the extension using composer:

composer require "dmitryd/dd-deepl"

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>

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

Warning

Due to dependencies on various 3rd party packages, this extension works only if TYPO3 is installed in composer mode. There will be no support for non-composer installations.