Removed not used translator config

This commit is contained in:
Alejandro Celaya 2018-09-29 10:05:13 +02:00
parent 1b4343ffc2
commit f92cff6241
2 changed files with 4 additions and 16 deletions

View file

@ -0,0 +1,4 @@
<?php
declare(strict_types=1);
return [];

View file

@ -1,16 +0,0 @@
<?php
declare(strict_types=1);
return [
'translator' => [
'translation_file_patterns' => [
[
'type' => 'gettext',
'base_dir' => __DIR__ . '/../lang',
'pattern' => '%s.mo',
],
],
],
];