Skip to content

Commit

Permalink
Merge pull request #1394 from Raruto/i18n-install
Browse files Browse the repository at this point in the history
Set default langauge for "admin" user during app install.
  • Loading branch information
aheinze authored Jan 19, 2021
2 parents cc51b61 + 5cb1b88 commit 722393b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function ensure_writable($path) {
'active' => true,
'group' => 'admin',
'password' => $app->hash('admin'),
'i18n' => 'en',
'i18n' => $app->helper('i18n')->locale,
'_created' => $created,
'_modified'=> $created,
];
Expand Down

0 comments on commit 722393b

Please sign in to comment.