Projet

Général

Profil

Anomalie #1125 » 0001-Store-fields-category-names-in-english-in-the-databa.patch

Guillaume AGNIERAY, 30/09/2019 18:08

Voir les différences:

galette/includes/fields_defs/members_fields_cats.php
array(
'id' => 1,
'table_name' => Adherent::TABLE,
'category' => _T("Identity:"),
'category' => "Identity:",
'position' => 1
),
array(
'id' => 2,
'table_name' => Adherent::TABLE,
'category' => _T("Galette-related data:"),
'category' => "Galette-related data:",
'position' => 3
),
array(
'id' => 3,
'table_name' => Adherent::TABLE,
'category' => _T("Contact information:"),
'category' => "Contact information:",
'position' => 2
)
);
(1-1/5)