This module integrates the DeepL translation API into Drupal. It allows you to use DeepL for text translation through the Drupal AI module's interface, requiring configuration of your DeepL authentication keys.
This module serves as a DeepL provider for the AI module.
By installing and enabling it, you can integrate DeepL text translation API through the Drupal AI module's abstraction layer.
Features
Configuration: Provides a configuration form for DeepL authentication.
Plugin Implementation: Implements a plugin for the Drupal AI module.
Text Translation Integration: Implements TranslateTextInterface.
Dependencies
The module depends on the AI module obviously as it is the DeepL provider for this module. It also depends on Key module for api key storage and the official DeepL PHP library.