Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation for multiple pronouns #118

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ url path. For example, https://pronoun.is/ze/zir/zir/zirs/zirself
That's pretty unwieldy! Fortunately you can also give it only the
first pronoun or two: https://pronoun.is/she/her or https://pronoun.is/they

Further, if you use more than one set of pronouns, that is supported as well.
You can seperate different pronouns using <code>/:or</code>. For example,
https://pronoun.is/they/:or/he

Automatically filling in the rest from only one or two forms only
works for pronouns in the [database][pronoun-database]. If the
pronouns you or a friend uses aren't supported, please let us know and
Expand Down
5 changes: 5 additions & 0 deletions src/pronouns/pages.clj
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@
;; This looks really ugly in the browser
[:tt "https://pronoun.is/subject-pronoun/object-pronoun/possessive-determiner/possessive-pronoun/reflexive"]
" displays examples of your pronouns."]
[:p "If you use two or more pronouns: "
;; FIXME morgan.astra <2018-11-14 Wed> Duplicated from above by egefeyzioglu <2020-07-29 Wed>
;; This looks really ugly in the browser
[:tt "https://pronoun.is/pronoun-as-above/:or/pronoun-as-above"]
" displays examples of your pronouns."]
[:p "This is a bit unwieldy. If we have a good guess we'll let you use"
" just the first one or two."]])

Expand Down