flora-generator-data/genders.json

43 lines
826 B
JSON

[
{
"name": "masculine",
"title": "Mister",
"title-abbreviation": "Mr",
"subject": "he",
"object": "him",
"genitive": "his",
"reflexive": "himself",
"plural?": false
},
{
"name": "feminine",
"title": "Miss",
"title-abbreviation": "Ms",
"subject": "she",
"object": "her",
"genitive": "her",
"reflexive": "herself",
"plural?": false
},
{
"name": "neutral-person",
"title": "Mixter",
"title-abbreviation": "Mx",
"subject": "they",
"object": "them",
"genitive": "their",
"reflexive": "themselves",
"plural?": true
},
{
"name": "neutral-thing",
"title": "Thing",
"title-abbreviation": "Tg",
"subject": "it",
"object": "it",
"genitive": "its",
"reflexive": "itself",
"plural?": false
}
]