mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-26 07:15:30 +02:00
Updated app language environment variable and added a default value to .env.example
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
DEBUG=false
|
||||
|
||||
APP_LANGUAGE=en
|
||||
|
||||
DARK_MODE=false
|
||||
|
||||
DISPLAY_READMES=true
|
||||
|
@@ -21,7 +21,7 @@ return [
|
||||
*
|
||||
* Defualt value: en
|
||||
*/
|
||||
'language' => Helpers::env('LANGUAGE'),
|
||||
'language' => Helpers::env('APP_LANGUAGE'),
|
||||
|
||||
/**
|
||||
* Enable dark mode?
|
||||
|
Reference in New Issue
Block a user