We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5a15c4 commit ca79415Copy full SHA for ca79415
.env.example
@@ -6,7 +6,7 @@ APP_TIMEZONE=America/New_York
6
APP_CLEAR_TASKLOG=720
7
APP_DELETE_MINUTES=10
8
APP_ENVIRONMENT_ONLY=true
9
-LANG_MUST_BE_GLOBAL=false
+APP_LOCALE_IS_GLOBAL=false
10
11
DB_HOST=127.0.0.1
12
DB_PORT=3306
config/pterodactyl.php
@@ -161,7 +161,7 @@
161
*/
162
'lang' => [
163
'in_context' => env('PHRASE_IN_CONTEXT', false),
164
- 'global' => env('LANG_MUST_BE_GLOBAL', false),
+ 'global' => env('APP_LOCALE_IS_GLOBAL', false),
165
],
166
167
/*
0 commit comments