flora-generator-data/genders.json

43 lines
826 B
JSON
Raw Permalink Normal View History

2019-09-29 10:38:04 +02:00
[
{
"name": "masculine",
"title": "Mister",
"title-abbreviation": "Mr",
"subject": "he",
"object": "him",
"genitive": "his",
"reflexive": "himself",
2019-09-29 10:38:04 +02:00
"plural?": false
},
{
"name": "feminine",
"title": "Miss",
"title-abbreviation": "Ms",
"subject": "she",
"object": "her",
"genitive": "her",
"reflexive": "herself",
2019-09-29 10:38:04 +02:00
"plural?": false
},
{
"name": "neutral-person",
"title": "Mixter",
"title-abbreviation": "Mx",
"subject": "they",
"object": "them",
"genitive": "their",
"reflexive": "themselves",
2019-09-29 10:38:04 +02:00
"plural?": true
},
{
"name": "neutral-thing",
"title": "Thing",
"title-abbreviation": "Tg",
"subject": "it",
"object": "it",
"genitive": "its",
"reflexive": "itself",
2019-09-29 10:38:04 +02:00
"plural?": false
2019-10-20 17:21:17 +02:00
}
2019-09-29 10:38:04 +02:00
]