mirror of
https://github.com/shlinkio/shlink.git
synced 2025-04-02 14:55:37 +03:00
8 lines
103 B
PHP
8 lines
103 B
PHP
<?php
|
|
return [
|
|
|
|
'translator' => [
|
|
'locale' => getenv('DEFAULT_LOCALE') ?: 'en',
|
|
],
|
|
|
|
];
|