mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-22 15:56:41 +08:00
Made language configurable via .env file
This commit is contained in:
parent
9d8a176182
commit
d439fb459b
|
@ -57,7 +57,7 @@ return [
|
|||
|
|
||||
*/
|
||||
|
||||
'locale' => 'en',
|
||||
'locale' => env('APP_LANG', 'en'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user