Skip to content

Commit 722393b

Browse files
authored
Merge pull request #1394 from Raruto/i18n-install
Set default langauge for "admin" user during app install.
2 parents cc51b61 + 5cb1b88 commit 722393b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ function ensure_writable($path) {
7979
'active' => true,
8080
'group' => 'admin',
8181
'password' => $app->hash('admin'),
82-
'i18n' => 'en',
82+
'i18n' => $app->helper('i18n')->locale,
8383
'_created' => $created,
8484
'_modified'=> $created,
8585
];

0 commit comments

Comments
 (0)