Skip to content
Extraits de code Groupes Projets
Valider 4069811f rédigé par Thomas Steur's avatar Thomas Steur Validation de Matthieu Aubry
Parcourir les fichiers

When resetting translations, add general translation keys (#12071)

parent 14b6c381
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -194,7 +194,7 @@ class Translator ...@@ -194,7 +194,7 @@ class Translator
public function reset() public function reset()
{ {
$this->currentLanguage = $this->getDefaultLanguage(); $this->currentLanguage = $this->getDefaultLanguage();
$this->directories = array(); $this->directories = array(PIWIK_INCLUDE_PATH . '/lang');
$this->translations = array(); $this->translations = array();
} }
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter