mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-28 00:38:46 +03:00
8 lines
98 B
PHP
8 lines
98 B
PHP
<?php
|
|
return [
|
|
|
|
'translator' => [
|
|
'locale' => env('DEFAULT_LOCALE', 'en'),
|
|
],
|
|
|
|
];
|