ai_provider_deepl
107 sites
No security coverage
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.