dmitryd / dd-deepl
A TYPO3 CMS extension to translate pages, content and records with DeepL
Requires
- php: >=8.2.0,<8.5.0
- deeplcom/deepl-php: ^1.5
- phplucidframe/console-table: ^1.2
- symfony/console: ^6.4 || ^7.0
- typo3/cms-backend: *
- typo3/cms-core: ^14.3
Conflicts
- dev-master
- 14.0.2
- 14.0.1
- v14.0.0
- v13.1.2
- v13.1.1
- v13.1.0
- v13.0.2
- v13.0.1
- 13.0.0
- 12.8.2
- v12.8.1
- v12.8.0
- v12.7.3
- v12.7.2
- v12.7.1
- v12.7.0
- v12.6.0
- v12.5.0
- v12.4.2
- v12.4.1
- v12.4.0
- v12.3.1
- v12.3.0
- 12.2.0
- v12.1.0
- v12.0.4
- v12.0.3
- v12.0.2
- v12.0.1
- v12.0.0
- v11.7.0
- 11.6.1
- v11.6.0
- v11.5.0
- v11.4.3
- v11.4.2
- v11.4.1
- v11.4.0
- v11.3.0
- v11.2.2
- v11.2.1
- v11.2.0
- 11.0.1
- v11.0.0
- dev-feature/14
- dev-release/13
- dev-release/12
- dev-release/11
- dev-feature/13
- dev-feature/ignore-non-existing-glossaries
This package is auto-updated.
Last update: 2026-04-29 09:48:22 UTC
README
This project contains a TYPO3 CMS extension that uses DeepL official PHP API library to translate TYPO3 content to various languages. DeepL is possibly the best available online translator on the Internet.
Differences from other similar extensions are:
- No legacy code (the extension uses the TYPO3 14 localization handler)
- The extension uses official API instead of https calls
- The extension allows to manage & use glossaries in an easy way
- The code is minimalistic to make sure very little of needs to be changed in future
Installation
- Install using composer:
composer req "dmitryd/dd-deepl"
- Add DeepL settings to the site configuration:
ddDeepl: apiKey: '%env(TYPO3_DEEPL_API_KEY)%' timeout: 30 maximumNumberOfGlossariesPerLanguage: 2 glossaries: de-en: '1a7170f3-edab-4c66-949a-4db3dc6a233f'
- Register with DeepL to get the API key.
- Set the
TYPO3_DEEPL_API_KEYenvironment variable to that API key. The%env(TYPO3_DEEPL_API_KEY)%value in the site configuration only reads this variable; it does not create it. You can also put the API key directly into the site configuration, but committing that value to git is a security risk.
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.
Usage
When you translate a page, content element, or record, TYPO3 opens the localization wizard. Select DeepL as the localization handler to create the localized record and translate its fields with DeepL.
Copyright
The extension is copyright (c) by Dmitry Dulepov, 2023.
Contact me by email if you need a custom TYPO3 extension made for you.