Actions
Anomalie #1603
closedlangue par défaut
Start date:
12/03/2021
Due date:
% Done:
100%
Estimated time:
Version utilisée:
Vote:
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
Updated by Johan Cwiklinski almost 3 years ago
- 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;
}
}
}
Updated by Johan Cwiklinski almost 3 years ago
- Status changed from In Progress to Résolu
- % Done changed from 0 to 100
Updated by Johan Cwiklinski almost 3 years ago
- Status changed from Résolu to Fermé
Actions