diff --git a/module/CLI/src/Command/Install/InstallCommand.php b/module/CLI/src/Command/Install/InstallCommand.php index 68bba5b8..39fdebe6 100644 --- a/module/CLI/src/Command/Install/InstallCommand.php +++ b/module/CLI/src/Command/Install/InstallCommand.php @@ -225,6 +225,9 @@ class InstallCommand extends Command 'translator' => [ 'locale' => $params['LANGUAGE']['DEFAULT'], ], + 'cli' => [ + 'locale' => $params['LANGUAGE']['CLI'], + ], 'url_shortener' => [ 'domain' => [ 'schema' => $params['URL_SHORTENER']['SCHEMA'],