AddPerson: add civility when creating a person

This commit is contained in:
nobohan
2022-04-14 18:04:36 +02:00
parent c1ec2933e5
commit 7a2151f23a
5 changed files with 41 additions and 6 deletions

View File

@@ -38,6 +38,10 @@ const personMessages = {
man: "Masculin",
neuter: "Neutre, non binaire",
undefined: "Non renseigné"
},
civility: {
title: "Civilité",
placeholder: "Choisissez la civilité",
}
},
error_only_one_person: "Une seule personne peut être sélectionnée !"