[en][pronouns][editor] emphasise that all five forms are needed for custom neopronouns
This commit is contained in:
parent
5d82e442a7
commit
d56e60240d
|
@ -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.
|
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:
|
links:
|
||||||
header: 'Links'
|
header: 'Links'
|
||||||
|
@ -456,7 +457,12 @@ profile:
|
||||||
description: 'Description'
|
description: 'Description'
|
||||||
names: 'Names'
|
names: 'Names'
|
||||||
pronouns: 'Pronouns'
|
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!'
|
pronounsNotFound: 'We can''t find a link to this pronoun!'
|
||||||
words: 'Words'
|
words: 'Words'
|
||||||
birthday: 'Age'
|
birthday: 'Age'
|
||||||
|
|
|
@ -69,7 +69,7 @@
|
||||||
<Icon v="link"/>
|
<Icon v="link"/>
|
||||||
<T>profile.pronouns</T>
|
<T>profile.pronouns</T>
|
||||||
</h3>
|
</h3>
|
||||||
<p class="small text-muted mb-0">
|
<p class="small text-muted mb-2">
|
||||||
<T>profile.pronounsInfo</T>
|
<T>profile.pronounsInfo</T>
|
||||||
</p>
|
</p>
|
||||||
<OpinionListInput v-model="pronouns" :validation="validatePronoun"/>
|
<OpinionListInput v-model="pronouns" :validation="validatePronoun"/>
|
||||||
|
|
Reference in New Issue