Fix newline support

This commit is contained in:
2025-04-04 04:45:12 +00:00
parent ec03f11b93
commit 31c3a20061

View File

@@ -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);