mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-16 07:19:52 +03:00
8 lines
98 B
PHP
8 lines
98 B
PHP
<?php
|
|
return [
|
|
|
|
'translator' => [
|
|
'locale' => env('DEFAULT_LOCALE', 'en'),
|
|
],
|
|
|
|
];
|