This commit is contained in:
Deltacms 2023-09-01 09:13:50 +02:00
parent d60f1668b8
commit e8171a63a0
1 changed files with 5 additions and 0 deletions

View File

@ -148,6 +148,11 @@ if ($this->getData(['core', 'dataVersion']) < 4501) {
$this->setData(['config', 'i18n', 'scriptGoogle', false]);
$this->setData(['config', 'i18n', 'showCredits', false]);
$this->setData(['config', 'i18n', 'autoDetect', false]);
$this->setData(['locale', 'visitorLabel', 'Visiteur']);
$this->setData(['locale', 'memberLabel', 'Membre']);
$this->setData(['locale', 'editorLabel', 'Editeur']);
$this->setData(['locale', 'moderatorLabel', 'Modérateur']);
$this->setData(['locale', 'administratorLabel', 'Administrateur']);
$this->setData(['core', 'dataVersion', 4501]);
}
?>