From 2617ef15474ab71f6be2682db8a6462d1c1cdbb1 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sun, 14 Aug 2016 23:10:07 +0200 Subject: [PATCH] Added cli locale to installation generated config file --- module/CLI/src/Command/Install/InstallCommand.php | 3 +++ 1 file changed, 3 insertions(+) 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'],