This website requires JavaScript.
Explore
Help
Register
Sign in
mirrors
/
shlink
Watch
1
Star
0
Fork
You've already forked shlink
0
mirror of
https://github.com/shlinkio/shlink.git
synced
2024-11-24 05:38:06 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
3cd14153ca
shlink
/
config
/
autoload
/
translator.global.php
9 lines
98 B
PHP
Raw
Normal View
History
Unescape
Escape
Created translator and used inside one of the commands
2016-07-21 16:08:46 +03:00
<
?
php
return
[
'translator'
=>
[
Added Laravel's env helper
2016-08-01 15:36:39 +03:00
'locale'
=>
env
(
'DEFAULT_LOCALE'
,
'en'
),
Created translator and used inside one of the commands
2016-07-21 16:08:46 +03:00
],
];
Reference in a new issue
Copy permalink