Fix gender translation for unknown

This commit is contained in:
Julie Lenaerts 2024-10-31 14:14:37 +01:00
parent 1e02fed32b
commit 32459e6092
3 changed files with 9 additions and 1 deletions

3
.changes/v3.2.2.md Normal file
View File

@ -0,0 +1,3 @@
## v3.2.2 - 2024-10-31
### Fixed
* Fix gender translation for unknown

View File

@ -6,6 +6,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).
## v3.2.2 - 2024-10-31
### Fixed
* Fix gender translation for unknown
## v3.2.1 - 2024-10-31
### Fixed
* Add the possibility of unknown to the gender entity

View File

@ -39,7 +39,8 @@ const messages = {
birthday: {
man: "Né le",
woman: "Née le",
neutral: "Né·e le"
neutral: "Né·e le",
unknown: "Né·e le",
},
deathdate: "Date de décès",
household_without_address: "Le ménage de l'usager est sans adresse",