Migrate to sveltekit #26
3 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
</div>
|
||||
|
||||
<nav class="footer-nav">
|
||||
<a href="/about">{$t('footer.about')}</a>
|
||||
<a href="/privacy-policy">{$t('footer.privacy.policy')}</a>
|
||||
<a href="/terms-of-service">{$t('footer.terms.of.service')}</a>
|
||||
</nav>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"about": "ℹ About",
|
||||
"privacy.policy": "🔐 Privacy Policy",
|
||||
"terms.of.service": "📝 Terms of Service",
|
||||
"copyright": "Copyright © {{year}} <a href=\"{{website}}\" target=\"_blank\" rel=\"noreferrer\">Leonardo Murça</a>. <br/> All rights reserved.",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"about": "ℹ Sobre",
|
||||
"privacy.policy": "🔐 Política de Privacidade",
|
||||
"terms.of.service": "📝 Termos de Serviço",
|
||||
"copyright": "Copyright © {{year}} <a href=\"{{website}}/pt-br\" target=\"_blank\" rel=\"noreferrer\">Leonardo Murça</a>. <br/> Todos os direitos reservados.",
|
||||
|
|
Loading…
Add table
Reference in a new issue