diff --git a/src/Commands/GenericmessageCommand.php b/src/Commands/GenericmessageCommand.php index 13986a0..b25ab6a 100644 --- a/src/Commands/GenericmessageCommand.php +++ b/src/Commands/GenericmessageCommand.php @@ -49,6 +49,7 @@ class GenericmessageCommand extends SystemCommand TranslateTextOptions::FORMALITY => 'prefer_less', TranslateTextOptions::MODEL_TYPE => 'prefer_quality_optimized', TranslateTextOptions::TAG_HANDLING => 'html', + TranslateTextOptions::SPLIT_SENTENCES => 'on', ]; try { $glosasaryConfig = json_decode(file_get_contents(__DIR__ . '/../../glossary.json'), true);