mirror of
https://github.com/shlinkio/shlink.git
synced 2026-02-28 12:13:13 +08:00
9 lines
98 B
PHP
9 lines
98 B
PHP
<?php
|
|
return [
|
|
|
|
'translator' => [
|
|
'locale' => env('DEFAULT_LOCALE', 'en'),
|
|
],
|
|
|
|
];
|