Setup
apiKey
-
- type
-
string / stdWrap
- Default
-
empty
Default is a constant. But if there is environment variable named
TYPO3_
, it will be used instead.DEEPL_ API_ KEY
glossaries
-
- type
-
array
- Default
-
empty
An array of mappings betweem language pairs and glossary id values. You can find glossary id in the Backend module or in the output of the glossary console command (see How to manage glossaries). In most cases DeepL uses the glossary automaically but sometimes you need to specify it to be used for translations.
Example:
module.tx_dddeepl {
settings {
glossaries {
de-en = 1a7170f3-edab-4c66-949a-4db3dc6a233f
de-fr = 00526740-a941-414c-8bbe-6aa69e619222
de-it = 513e3440-0704-11ef-b551-6a4a7949937b
}
}
}
Copied!
maximumNumberOfGlossariesPerLanguage
-
- type
-
integer
- Default
-
{$module.
tx_ dddeepl. settings. maximum Number Of Glossaries Per Language}
Maximum number of glossaries that can be added.