mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-24 05:05:20 -04:00
#61 [en] they/them/themselves
This commit is contained in:
parent
4f057b80ca
commit
28eaa3b5d3
@ -286,9 +286,9 @@ export class Pronoun {
|
||||
: this.morphemes[MORPHEMES[1]].split('&');
|
||||
for (let i in optionsN) {
|
||||
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
|
||||
nameOption = 'they/them/themself';
|
||||
nameOption += '/' + this.morphemes['reflexive'].split('&')[i];
|
||||
}
|
||||
options.add(nameOption);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user