From fdab36963039df74df8cd2a3048615485af8526a Mon Sep 17 00:00:00 2001 From: Ege Feyzioglu Date: Wed, 29 Jul 2020 05:16:21 +0300 Subject: [PATCH] Documentation for multiple pronouns --- README.md | 4 ++++ src/pronouns/pages.clj | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/README.md b/README.md index faedb55..8cc2689 100644 --- a/README.md +++ b/README.md @@ -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 /:or. 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 diff --git a/src/pronouns/pages.clj b/src/pronouns/pages.clj index 5b09466..05a750f 100644 --- a/src/pronouns/pages.clj +++ b/src/pronouns/pages.clj @@ -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."]])