Project

General

Profile

Actions

Anomalie #1603

closed

langue par défaut

Added by Frederic CROZET almost 3 years ago. Updated almost 3 years ago.

Status:
Fermé
Priority:
Normal
Category:
I18n
Target version:
Start date:
12/03/2021
Due date:
% Done:

100%

Estimated time:
Version utilisée:

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

Actions #1

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;
                         }
                     }
                 }

Actions #2

Updated by Johan Cwiklinski almost 3 years ago

  • Status changed from In Progress to Résolu
  • % Done changed from 0 to 100
Actions #3

Updated by Johan Cwiklinski almost 3 years ago

  • Status changed from Résolu to Fermé
Actions

Also available in: Atom PDF