]>
BookStack Code Mirror - bookstack/commitdiff
projects
/
bookstack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
inline
| side by side (parent:
9d8a176
)
Made language configurable via .env file
author
Dan Brown
<redacted>
Sat, 12 Nov 2016 13:30:00 +0000
(13:30 +0000)
committer
Dan Brown
<redacted>
Sat, 12 Nov 2016 13:30:00 +0000
(13:30 +0000)
config/app.php
patch
|
blob
|
history
diff --git
a/config/app.php
b/config/app.php
index a5b0d2fe0e325399440d6e2250035fd1412f7e6f..786f005ac963f2bf2836c7038c7f534b7a3088c2 100644
(file)
--- a/
config/app.php
+++ b/
config/app.php
@@
-57,7
+57,7
@@
return [
|
*/
|
*/
- 'locale' =>
'en'
,
+ 'locale' =>
env('APP_LANG', 'en')
,
/*
|--------------------------------------------------------------------------
/*
|--------------------------------------------------------------------------