#61 [en] they/them/themselves
This commit is contained in:
parent
8ecb1e212a
commit
2e0ab36055
|
@ -286,9 +286,9 @@ export class Pronoun {
|
||||||
: this.morphemes[MORPHEMES[1]].split('&');
|
: this.morphemes[MORPHEMES[1]].split('&');
|
||||||
for (let i in optionsN) {
|
for (let i in optionsN) {
|
||||||
let nameOption = optionsN[i] + '/' + optionsG[i < optionsG.length - 1 ? i : optionsG.length - 1];
|
let nameOption = optionsN[i] + '/' + optionsG[i < optionsG.length - 1 ? i : optionsG.length - 1];
|
||||||
if (nameOption === 'they/them' && this.morphemes['reflexive'].split('&')[i] === 'themself') {
|
if (nameOption === 'they/them') {
|
||||||
// TODO english specific, extract
|
// TODO english specific, extract
|
||||||
nameOption = 'they/them/themself';
|
nameOption += '/' + this.morphemes['reflexive'].split('&')[i];
|
||||||
}
|
}
|
||||||
options.add(nameOption);
|
options.add(nameOption);
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue