Anomalie #1603
closed
Added by Frederic CROZET almost 3 years ago.
Updated almost 3 years ago.
Description
Bonjour,
Je viens de passer à la version 0.9.6 et depuis la langue par défaut est l'anglais. Malgré un paramétrage par défaut "français" dans la configuration ne change rien!
En remplaçant le fichier i18n par celui de la version précédente, tout refonctionne
- Status changed from Nouveau to In Progress
- Assignee set to Johan Cwiklinski
Normalement, ça devrait fonctionner de nouveau avec cette correction :
diff --git a/galette/lib/Galette/Core/I18n.php b/galette/lib/Galette/Core/I18n.php
index bf82e8d16..e4ab77b1a 100644
--- a/galette/lib/Galette/Core/I18n.php
+++ b/galette/lib/Galette/Core/I18n.php
@@ -105,7 +105,7 @@ function ($res, $el) {
$short_key = explode('_', $lang)[0];
if ($short_key == $short_locale) {
$dlang = $lang;
- break;
+ break 2;
}
}
}
- Status changed from In Progress to Résolu
- % Done changed from 0 to 100
- Status changed from Résolu to Fermé
Also available in: Atom
PDF