From 124266aaac2367e2b74fe91f872f2bfb625092fc Mon Sep 17 00:00:00 2001 From: NB Kelly Date: Mon, 27 Jan 2025 17:39:00 +1300 Subject: [PATCH] added pronoun --- src/cljc/i18n/en.cljc | 1 + src/cljs/nr/account.cljs | 1 + 2 files changed, 2 insertions(+) diff --git a/src/cljc/i18n/en.cljc b/src/cljc/i18n/en.cljc index a32526761e..7efcb30492 100644 --- a/src/cljc/i18n/en.cljc +++ b/src/cljc/i18n/en.cljc @@ -241,6 +241,7 @@ :he "He/him" :heit "He/it" :hethey "He/they" + :faefaer "Fae/Faer" :it "It" :ne "Ne/nem" :ve "Ve/ver" diff --git a/src/cljs/nr/account.cljs b/src/cljs/nr/account.cljs index 9191bc3b09..934af28340 100644 --- a/src/cljs/nr/account.cljs +++ b/src/cljs/nr/account.cljs @@ -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"}