mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-24 21:58:40 +03:00
14 lines
257 B
PHP
14 lines
257 B
PHP
<?php
|
|
return [
|
|
|
|
'translator' => [
|
|
'translation_file_patterns' => [
|
|
[
|
|
'type' => 'gettext',
|
|
'base_dir' => __DIR__ . '/../lang',
|
|
'pattern' => '%s.mo',
|
|
],
|
|
],
|
|
],
|
|
|
|
];
|