mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-29 07:53:27 -04:00
[faq] link to FAQ on the contact page
This commit is contained in:
parent
9ab1a72339
commit
430d1fc991
@ -402,6 +402,8 @@ english: ~
|
|||||||
contact:
|
contact:
|
||||||
header: 'Contact'
|
header: 'Contact'
|
||||||
authors: 'Authors of the website'
|
authors: 'Authors of the website'
|
||||||
|
faq: >
|
||||||
|
Before you write, check out our {/faq=FAQ} – maybe the answer to your question is already there.
|
||||||
technical: >
|
technical: >
|
||||||
Do you have a technical issue or question? Please include your username and as many details as possible
|
Do you have a technical issue or question? Please include your username and as many details as possible
|
||||||
(what does the error message say? are you on your phone or a desktop? which browser do you use?
|
(what does the error message say? are you on your phone or a desktop? which browser do you use?
|
||||||
|
@ -908,6 +908,8 @@ english:
|
|||||||
contact:
|
contact:
|
||||||
header: 'Kontakt'
|
header: 'Kontakt'
|
||||||
authors: '{/neutratywy#autor=Autorza} strony'
|
authors: '{/neutratywy#autor=Autorza} strony'
|
||||||
|
faq: >
|
||||||
|
Zanim napiszesz, zajrzyj do naszego {/pytania=FAQ} – być może odpowiedź na Twoje pytanie już się tam znajduje.
|
||||||
quote: >
|
quote: >
|
||||||
Tworzysz jakiś materiał o języku neutralnym? Piszesz lub tłumaczysz na polski postać niebinarną?
|
Tworzysz jakiś materiał o języku neutralnym? Piszesz lub tłumaczysz na polski postać niebinarną?
|
||||||
Cudownie! Prosimy, daj nam znać. Chętnie doradzimy i chętnie udostępnimy u siebie linka.
|
Cudownie! Prosimy, daj nam znać. Chętnie doradzimy i chętnie udostępnimy u siebie linka.
|
||||||
|
@ -15,7 +15,12 @@
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="small">
|
<section class="small">
|
||||||
<p v-if="$t('contact.technical', {}, false)">
|
<p v-if="$te('contact.faq')">
|
||||||
|
<Icon v="map-marker-question"/>
|
||||||
|
<T>contact.faq</T>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p v-if="$te('contact.technical')">
|
||||||
<Icon v="cogs"/>
|
<Icon v="cogs"/>
|
||||||
<T>contact.technical</T>
|
<T>contact.technical</T>
|
||||||
</p>
|
</p>
|
||||||
@ -28,12 +33,12 @@
|
|||||||
</LocaleLink>
|
</LocaleLink>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p v-if="$t('contact.quote', {}, false)">
|
<p v-if="$te('contact.quote')">
|
||||||
<Icon v="quote-right"/>
|
<Icon v="quote-right"/>
|
||||||
<T>contact.quote</T>
|
<T>contact.quote</T>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p v-if="$t('contact.hate', {}, false)">
|
<p v-if="$te('contact.hate')">
|
||||||
<Icon v="hand-middle-finger"/>
|
<Icon v="hand-middle-finger"/>
|
||||||
<T>contact.hate</T>
|
<T>contact.hate</T>
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user