This website requires JavaScript.
Explore
Help
Sign In
OilfieldToolsNet
/
shlink
Watch
4
Star
0
Fork
0
You've already forked shlink
mirror of
https://github.com/shlinkio/shlink.git
synced
2024-12-31 19:26:58 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c8368c9098
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 08:08:46 -05:00
<
?
php
return
[
'translator'
=>
[
Added Laravel's env helper
2016-08-01 07:36:39 -05:00
'locale'
=>
env
(
'DEFAULT_LOCALE'
,
'en'
),
Created translator and used inside one of the commands
2016-07-21 08:08:46 -05:00
],
];
Reference in New Issue
Copy Permalink