Skip to content

Commit

Permalink
Refining form translations to align with best practices for gender in…
Browse files Browse the repository at this point in the history
…formation collection (#1025)
  • Loading branch information
ssandino authored Jan 25, 2025
1 parent 554a150 commit cf48150
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions shared/locales/de/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"it": "IT",
"kri": "Krio"
},
"gender": "Geschlecht",
"gender": "Anrede",
"genders": {
"male": "Mann",
"male": "Herr",
"female": "Frau",
"other": "Neutrale Anrede",
"private": "Keine Angabe"
Expand Down
4 changes: 2 additions & 2 deletions shared/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
},
"gender": "Gender",
"genders": {
"male": "Male",
"female": "Female",
"male": "Man",
"female": "Woman",
"other": "Other",
"private": "Prefer not to say"
}
Expand Down
2 changes: 1 addition & 1 deletion shared/locales/fr/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"it": "IT",
"kri": "Krio"
},
"gender": "Sexe",
"gender": "Genre",
"genders": {
"male": "Homme",
"female": "Femme",
Expand Down

0 comments on commit cf48150

Please sign in to comment.