Merge branch '10400' into i18n

This commit is contained in:
fredtempez 2020-12-02 19:09:29 +01:00
commit 33d4c02bb2
1 changed files with 2 additions and 1 deletions

View File

@ -1557,7 +1557,8 @@ class common {
}
}
}
// Nouvelle data : Localisation
// Création du fichier locale.json
$this->setData(['locale','homePageId',$this->getData(['config','homePageId'])]);
$this->setData(['locale','page404',$this->getData(['config','page404'])]);
$this->setData(['locale','page403',$this->getData(['config','page403'])]);