Skip to content

Commit

Permalink
Put back DeepL transalations into English
Browse files Browse the repository at this point in the history
  • Loading branch information
amcsi committed Aug 14, 2024
1 parent 3523954 commit 8f3e9bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Console/Commands/ImportAllCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ public function handle()
}

$this->call(AutoTranslateCommand::COMMAND);
$this->call(DeeplTranslateCommand::COMMAND, ['--locale' => 'en']);
$this->call(DeeplTranslateCommand::COMMAND, ['--locale' => 'es']);
$this->call(DeeplTranslateCommand::COMMAND, ['--locale' => 'hu']);

Expand Down

0 comments on commit 8f3e9bb

Please sign in to comment.