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.
2 parents cc51b61 + 5cb1b88 commit 722393bCopy full SHA for 722393b
1 file changed
install/index.php
@@ -79,7 +79,7 @@ function ensure_writable($path) {
79
'active' => true,
80
'group' => 'admin',
81
'password' => $app->hash('admin'),
82
- 'i18n' => 'en',
+ 'i18n' => $app->helper('i18n')->locale,
83
'_created' => $created,
84
'_modified'=> $created,
85
];
0 commit comments