[faq] link to FAQ on the contact page

This commit is contained in:
Andrea Vos 2021-10-16 18:38:23 +02:00
parent 9ab1a72339
commit 430d1fc991
3 changed files with 12 additions and 3 deletions

View File

@ -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?

View File

@ -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.

View File

@ -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>