Skip to content

Commit

Permalink
Merge pull request #37 from samply/fix/namingGenderNames
Browse files Browse the repository at this point in the history
Fix/naming gender names
  • Loading branch information
MatsJohansen87 authored Jan 17, 2024
2 parents 76491c3 + 4924cc8 commit 9fb5cec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 9 additions & 8 deletions packages/demo/public/catalogues/catalogue-dktk.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,24 @@
"criteria": [
{
"key": "male",
"name": "männlich",
"description": "männlich"
"name": "Männlich",
"description": "Männlich"
},
{
"key": "female",
"name": "weiblich",
"description": "weiblich"
"name": "Weiblich",
"description": "eiblich"
},
{
"key": "other",
"name": "Sonstiges / intersexuell",
"description": "Divers / intersexuell"
"name": "Sonstiges / Intersexuell",
"description": "Sonstiges / Intersexuell"

},
{
"key": "unknown",
"name": "unbekannt",
"description": "unbekannt"
"name": "Unbekannt",
"description": "Unbekannt"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/public/options.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"male": "Männlich",
"female": "Weiblich",
"unknown": "Unbekannt",
"other": "Divers"
"other": "Sonstiges / Intersexuell"
}
},
"diagnosis": {
Expand Down

0 comments on commit 9fb5cec

Please sign in to comment.