Fix: task type translations
@ -34,7 +34,7 @@ class AudioToText implements ITaskType {
public function __construct(
IFactory $l10nFactory,
) {
$this->l = $l10nFactory->get('core');
$this->l = $l10nFactory->get('lib');
}
@ -31,7 +31,7 @@ class ContextAgentInteraction implements ITaskType {
/**
@ -34,7 +34,7 @@ class ContextWrite implements ITaskType {
@ -34,7 +34,7 @@ class GenerateEmoji implements ITaskType {
@ -34,7 +34,7 @@ class TextToImage implements ITaskType {
@ -34,7 +34,7 @@ class TextToText implements ITaskType {
@ -31,7 +31,7 @@ class TextToTextChangeTone implements ITaskType {
@ -34,7 +34,7 @@ class TextToTextChat implements ITaskType {
@ -31,7 +31,7 @@ class TextToTextChatWithTools implements ITaskType {
@ -34,7 +34,7 @@ class TextToTextFormalization implements ITaskType {
@ -34,7 +34,7 @@ class TextToTextHeadline implements ITaskType {
@ -33,7 +33,7 @@ class TextToTextProofread implements ITaskType {
@ -34,7 +34,7 @@ class TextToTextReformulation implements ITaskType {
@ -34,7 +34,7 @@ class TextToTextSimplification implements ITaskType {
@ -33,7 +33,7 @@ class TextToTextSummary implements ITaskType {
@ -34,7 +34,7 @@ class TextToTextTopics implements ITaskType {
@ -34,7 +34,7 @@ class TextToTextTranslate implements ITaskType {