Added support for user specific languages
This commit is contained in:
parent
7cf79a12cb
commit
9a06647435
3 changed files with 9 additions and 2 deletions
|
@ -161,6 +161,7 @@ return [
|
|||
*/
|
||||
'lang' => [
|
||||
'in_context' => env('PHRASE_IN_CONTEXT', false),
|
||||
'global' => env('LANG_MUST_BE_GLOBAL', false),
|
||||
],
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue