Updated app language environment variable and added a default value to .env.example

This commit is contained in:
Chris Kankiewicz
2020-02-24 20:42:06 -07:00
parent a37f7c1300
commit 44872bccc6
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
DEBUG=false
APP_LANGUAGE=en
DARK_MODE=false
DISPLAY_READMES=true

View File

@@ -21,7 +21,7 @@ return [
*
* Defualt value: en
*/
'language' => Helpers::env('LANGUAGE'),
'language' => Helpers::env('APP_LANGUAGE'),
/**
* Enable dark mode?