Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lib/TaskProcessing/AudioToAudioTranslateTaskType.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public function getName(): string {
* @inheritDoc
*/
public function getDescription(): string {
// TRANSLATORS This translates an input file into an output
return $this->l->t('Translate the input voice');
}

Expand All @@ -51,6 +52,7 @@ public function getInputShape(): array {
return [
'input' => new ShapeDescriptor(
$this->l->t('Input audio'),
// TRANSLATORS This is a file input
$this->l->t('The audio to translate'),
EShapeType::Audio,
),
Expand Down
Loading