[en][pronouns][editor] emphasise that all five forms are needed for custom neopronouns

This commit is contained in:
Avris 2021-07-02 20:26:10 +02:00
parent 5d82e442a7
commit d56e60240d
2 changed files with 9 additions and 3 deletions

View File

@ -369,7 +369,8 @@ faq:
- >
There's a generator on the homepage, you can use it to create a link to any pronoun set you like.
- >
You can also just list the five forms using slashes, eg. {/ze/zem/zir/zirs/zirself=ze/zem/zir/zirs/zirself}
You can also just list the five forms using slashes, eg. {/ze/zem/zir/zirs/zirself=ze/zem/zir/zirs/zirself}.
Keep in mind that <strong>all five forms</strong> are required in that case, otherwise the app can only guess what exactly do you mean.
links:
header: 'Links'
@ -456,7 +457,12 @@ profile:
description: 'Description'
names: 'Names'
pronouns: 'Pronouns'
pronounsInfo: 'You can enter a pronoun (eg. “they” or “she/her”) or a link (eg. “https://en.pronouns.page/e”) or the custom five forms (eg. “ze/zem/zir/zirs/zirself”).'
pronounsInfo: >
You can enter a pronoun (eg. “they” or “she/her”)
or a link (eg. “https://en.pronouns.page/e”)
or the custom five forms (eg. “ze/zem/zir/zirs/zirself”).
Keep in mind that <strong>all five forms</strong> are required in that case,
otherwise the app can only guess what exactly do you mean.
pronounsNotFound: 'We can''t find a link to this pronoun!'
words: 'Words'
birthday: 'Age'

View File

@ -69,7 +69,7 @@
<Icon v="link"/>
<T>profile.pronouns</T>
</h3>
<p class="small text-muted mb-0">
<p class="small text-muted mb-2">
<T>profile.pronounsInfo</T>
</p>
<OpinionListInput v-model="pronouns" :validation="validatePronoun"/>