mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Removed not used translator config
This commit is contained in:
parent
1b4343ffc2
commit
f92cff6241
4
module/Installer/config/module.config.php
Normal file
4
module/Installer/config/module.config.php
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<?php
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
return [];
|
@ -1,16 +0,0 @@
|
|||||||
<?php
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
return [
|
|
||||||
|
|
||||||
'translator' => [
|
|
||||||
'translation_file_patterns' => [
|
|
||||||
[
|
|
||||||
'type' => 'gettext',
|
|
||||||
'base_dir' => __DIR__ . '/../lang',
|
|
||||||
'pattern' => '%s.mo',
|
|
||||||
],
|
|
||||||
],
|
|
||||||
],
|
|
||||||
|
|
||||||
];
|
|
Loading…
Reference in New Issue
Block a user