1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-06-11 13:48:13 +03:00

Made language configurable via .env file

This commit is contained in:
Dan Brown
2016-11-12 13:30:00 +00:00
parent 9d8a176182
commit d439fb459b

View File

@ -57,7 +57,7 @@ return [
|
*/
'locale' => 'en',
'locale' => env('APP_LANG', 'en'),
/*
|--------------------------------------------------------------------------