Skip to content

Commit

Permalink
xi/xir, link to github issues page
Browse files Browse the repository at this point in the history
  • Loading branch information
NBKelly committed Sep 19, 2024
1 parent 91fd5d5 commit 3f61105
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/cljs/nr/account.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,11 @@
{:name (tr [:pronouns.ey "Ey/em"]) :ref "ey"}
{:name (tr [:pronouns.zehir "Ze/hir"]) :ref "zehir"}
{:name (tr [:pronouns.zezir "Ze/zir"]) :ref "zezir"}
{:name (tr [:pronouns.xe "Xe/xem"]) :ref "xe"}]]
[:option {:value (:ref option) :key (:ref option)} (:name option)]))]]
{:name (tr [:pronouns.xe "Xe/xem"]) :ref "xe"}
{:name (tr [:pronouns.xi "Xi/xir"]) :ref "xi"}]]
[:option {:value (:ref option) :key (:ref option)} (:name option)]))]
[:div "If your personal pronouns are not represented, you can request them "
[:a {:href "https://github.com/mtgred/netrunner/issues"} "here"]]]
[:section
[:h3 (tr [:settings.language "Language"])]
[:select {:value (:language @s "en")
Expand Down

0 comments on commit 3f61105

Please sign in to comment.