Skip to content

Commit 4351665

Browse files
committed
pronoun
1 parent 2357053 commit 4351665

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

resources/public/i18n/en.ftl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

src/cljc/jinteki/settings.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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"})

src/cljs/nr/account.cljs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@
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"]

0 commit comments

Comments
 (0)