Langue par défaut dans une variable
This commit is contained in:
parent
e0414c83dc
commit
e2d202506f
@ -888,6 +888,9 @@ if ($this->getData(['core', 'dataVersion']) < 11600) {
|
|||||||
if (file_exists('core/vendor/i18n/translation.js')) {
|
if (file_exists('core/vendor/i18n/translation.js')) {
|
||||||
unlink('core/vendor/i18n/translation.js');
|
unlink('core/vendor/i18n/translation.js');
|
||||||
}
|
}
|
||||||
|
// Langue de l'interface
|
||||||
|
$this->setData(['config', 'i18n', 'default', 'fr']);
|
||||||
|
|
||||||
// Mise à jour
|
// Mise à jour
|
||||||
$this->setData(['core', 'dataVersion', 11600]);
|
$this->setData(['core', 'dataVersion', 11600]);
|
||||||
}
|
}
|
||||||
|
@ -42,6 +42,7 @@ class init extends common {
|
|||||||
'redirectLogin' => true
|
'redirectLogin' => true
|
||||||
],
|
],
|
||||||
'i18n' => [
|
'i18n' => [
|
||||||
|
'default' => 'fr',
|
||||||
'fr'=> 'none',
|
'fr'=> 'none',
|
||||||
'de'=> 'none',
|
'de'=> 'none',
|
||||||
'en'=> 'none',
|
'en'=> 'none',
|
||||||
@ -52,7 +53,7 @@ class init extends common {
|
|||||||
]
|
]
|
||||||
],
|
],
|
||||||
'core' => [
|
'core' => [
|
||||||
'dataVersion' => 11400,
|
'dataVersion' => 11600,
|
||||||
'lastBackup' => 0,
|
'lastBackup' => 0,
|
||||||
'lastClearTmp' => 0,
|
'lastClearTmp' => 0,
|
||||||
'lastAutoUpdate' => 0,
|
'lastAutoUpdate' => 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user