9 merge requests!1445Issue #2920039: Views' User Name exposed group filter validation,!1298Issue #3240993: Let layout builder render inline block translations,!774Issue #3174569: Example node template file name is incorrect,!497Issue #2463967: Use .user.ini file for PHP settings,!433Resolve #3163663 "Too many open files",!233Resolve #2693787 "Taxonomy term name",!133Resolve #2666286 "Clean up menuui",!112Resolve #3187004 "Drupaldatetime serialization issue",!53Resolve #3181870: Correct typo "the the" in "core/classList" deprecation message.
file_put_contents($this->root.'/'.$this->siteDirectory.'/files/translations/drupal-8.0.0.fr.po',"msgid \"\"\nmsgstr \"\"\nmsgid \"Save and continue\"\nmsgstr \"Enregistrer et continuer\"");
parent::setUpLanguage();
}
/**
* {@inheritdoc}
*/
publicfunctionsetUpSettings(){
// The configuration is from a site installed in French.
// The configuration is from a site installed in French.
// So after selecting the profile the installer detects that the site must
// So after selecting the profile the installer detects that the site must
// be installed in French, thus we change the button translation.
// be installed in French, thus we change the button translation.
$this->translations['Save and continue']='Enregistrer et continuer';
$this->translations['Save and continue']='Enregistrer et continuer';