File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1360,6 +1360,7 @@ pronouns = {$pronoun ->
13601360 [ he ] He/him
13611361 [ heit ] He/it
13621362 [ heshe ] He/She/they
1363+ [ heshe2 ] He/She
13631364 [ hethey ] He/they
13641365 [ it ] It
13651366 [ myodb ] Prefer not to say
Original file line number Diff line number Diff line change 2121
2222(def valid-pronouns
2323 #{" none" " any" " myodb" " blank" " they" " she" " sheit" " shethey"
24- " he" " heit" " hethey" " heshe" " it" " faefaer" " ne" " ve" " ey"
24+ " he" " heit" " hethey" " heshe" " heshe2 " " it" " faefaer" " ne" " ve" " ey"
2525 " zehir" " zezir" " xe" " xi" })
2626
2727(def valid-stats-options #{" always" " competitive" " none" })
Original file line number Diff line number Diff line change 258258 [" He/it" " heit" ]
259259 [" He/they" " hethey" ]
260260 [" He/She/they" " heshe" ]
261+ [" He/She" " heshe2" ]
261262 [" It" " it" ]
262263 [" Fae/faer" " faefaer" ]
263264 [" Ne/nem" " ne" ]
You can’t perform that action at this time.
0 commit comments