Skip to content

Commit 9f959cd

Browse files
committed
Simplify setup wizard: remove translation code pieces from wizard as its unused
1 parent 217a336 commit 9f959cd

File tree

4 files changed

+0
-26
lines changed

4 files changed

+0
-26
lines changed

setup/config/languages.config.php

Lines changed: 0 additions & 9 deletions
This file was deleted.

setup/config/module.config.php

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,6 @@
1212
'template_path_stack' => [
1313
'setup' => __DIR__ . '/../view',
1414
],
15-
'strategies' => ['ViewJsonStrategy'],
16-
],
17-
'translator' => [
18-
'translation_file_patterns' => [
19-
[
20-
'type' => 'gettext',
21-
'base_dir' => __DIR__ . '/../lang',
22-
'pattern' => '%s.mo',
23-
],
24-
],
25-
],
26-
'service_manager' => [
27-
'aliases' => [
28-
'translator' => 'MvcTranslator'
29-
]
3015
],
3116
'controllers' => [
3217
'factories' => [

setup/config/modules.config.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
'Magento\Setup',
1313
'Laminas\Db',
1414
'Laminas\Di',
15-
'Laminas\I18n',
1615
'Laminas\Mail',
1716
'Laminas\Router',
1817
];

setup/src/Magento/Setup/Module.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ public function getConfig()
7777
include __DIR__ . '/../../../config/module.config.php',
7878
include __DIR__ . '/../../../config/router.config.php',
7979
include __DIR__ . '/../../../config/di.config.php',
80-
include __DIR__ . '/../../../config/languages.config.php',
8180
);
8281
// phpcs:enable
8382
return $result;

0 commit comments

Comments
 (0)