Skip to content

Commit

Permalink
Add english translation of a Contacts page
Browse files Browse the repository at this point in the history
  • Loading branch information
Brambora2022 committed Dec 26, 2024
1 parent e0bf795 commit fb2df9c
Showing 1 changed file with 31 additions and 7 deletions.
38 changes: 31 additions & 7 deletions src/routes/contact/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,22 +1,35 @@
<script>
import Meta from "$lib/Meta.svelte";
import { DONATE_LINKS, SOCIAL_MEDIA_LINKS } from "$src/constants";
import Loc from "$src/lib/Loc.svelte";
</script>

<Meta title="Kontaky" />

<article class="thin">
<h2>Kontakty</h2>
<h2>
<Loc
cs="Kontakty"
en="Contacts"
/>
</h2>
<p>
Kontaktovat nás můžete na následujících místech:
<Loc
cs="Kontaktovat nás můžete následujícími způsoby:"
en="You can contact us in the following ways:"
/>
</p>

<dl>
<dt>
Telefon
<Loc
cs="Telefon"
en="Phone"
/>
</dt>
<dd>
+420 778 726 126<br>(Vojtěch Straka, předseda spolku Herní historie z.s.)
+420 778 726 126<br>(Vojtěch Straka, <Loc cs="předseda spolku Herní historie z.s.)"
en="chairman of the Game History Association)"/>
</dd>

<dt>
Expand All @@ -28,7 +41,10 @@
</dl>

<p>
Nacházíme se na následujících sociálních sítích:
<Loc
cs="Nacházíme se na následujících sociálních sítích:"
en="We are on the following social networks:"
/>
</p>

<dl>
Expand All @@ -42,9 +58,17 @@
{/each}
</dl>

<h3>Finanční podpora</h3>
<h3>
<Loc
cs="Finanční podpora"
en="Support"
/>
</h3>

<p>
Možnosti podory naleznete na stránce <a href="/support/">Podpořte nás</a>.
<Loc
cs="Možnosti podpory naleznete na stránce <a href='/support/'>Podpořte nás</a>."
en="You can support our activities on <a href='/support/'>Support Us</a> page."
/>
</p>
</article>

0 comments on commit fb2df9c

Please sign in to comment.