From cb232b8c028b28753446162888e521e390e00fc7 Mon Sep 17 00:00:00 2001 From: mhofmann Date: Tue, 17 Dec 2024 13:26:29 +0100 Subject: [PATCH] [FEATURE] Add Event for Glossary detection --- Classes/Utility/DeeplBackendUtility.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Classes/Utility/DeeplBackendUtility.php b/Classes/Utility/DeeplBackendUtility.php index 741508db..84509c83 100644 --- a/Classes/Utility/DeeplBackendUtility.php +++ b/Classes/Utility/DeeplBackendUtility.php @@ -27,6 +27,7 @@ use WebVision\Deepltranslate\Core\Service\LanguageService; use WebVision\Deepltranslate\Core\Service\ProcessingInstruction; + /** * Utility helper methods for DeepL-translate *