Skip to content

Commit

Permalink
Merge pull request #7927 from NBKelly/f/f-pronoun
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahTheDuke authored Jan 27, 2025
2 parents 26d52e8 + 124266a commit 6ba3e03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/cljc/i18n/en.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@
:he "He/him"
:heit "He/it"
:hethey "He/they"
:faefaer "Fae/Faer"
:it "It"
:ne "Ne/nem"
:ve "Ve/ver"
Expand Down
1 change: 1 addition & 0 deletions src/cljs/nr/account.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@
{:name (tr [:pronouns.heit "He/it"]) :ref "heit"}
{:name (tr [:pronouns.hethey "He/they"]) :ref "hethey"}
{:name (tr [:pronouns.it "It"]) :ref "it"}
{:name (tr [:pronouns.ne "Fae/faer"]) :ref "faefaer"}
{:name (tr [:pronouns.ne "Ne/nem"]) :ref "ne"}
{:name (tr [:pronouns.ve "Ve/ver"]) :ref "ve"}
{:name (tr [:pronouns.ey "Ey/em"]) :ref "ey"}
Expand Down

0 comments on commit 6ba3e03

Please sign in to comment.