2016-07-21 17:54:00 +03:00
|
|
|
<?php
|
2017-10-12 11:13:20 +03:00
|
|
|
declare(strict_types=1);
|
|
|
|
|
2016-07-21 17:54:00 +03:00
|
|
|
return [
|
|
|
|
|
|
|
|
'translator' => [
|
|
|
|
'translation_file_patterns' => [
|
|
|
|
[
|
|
|
|
'type' => 'gettext',
|
|
|
|
'base_dir' => __DIR__ . '/../lang',
|
|
|
|
'pattern' => '%s.mo',
|
|
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
|
|
|
|
];
|