Merge remote-tracking branch 'origin/master' into household-editor/push-to-household

This commit is contained in:
2022-01-31 13:07:26 +01:00
41 changed files with 570 additions and 242 deletions

View File

@@ -61,14 +61,15 @@ const messages = {
woman: "Née le"
},
deathdate: "Date de décès",
years_old: "ans",
household_without_address: "Le ménage de l'usager est sans adresse",
no_data: "Aucune information renseignée",
type: {
thirdparty: "Tiers",
person: "Usager"
},
holder: "Titulaire"
holder: "Titulaire",
years_old: "an | {n} an | {n} ans",
}
}
};