Installation
Install the extension using composer:
composer require "dmitryd/dd-deepl"
Copied!
Add the static TypoScript template from EXT:
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_
.
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.