From dc3583785a473c15a911a3f50bfa423f65a41899 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Mur=C3=A7a?= Date: Wed, 4 Jun 2025 10:56:23 -0300 Subject: [PATCH] Add about hyperlink to footer --- src/lib/components/Footer.svelte | 1 + src/lib/translations/en-US/footer.json | 1 + src/lib/translations/pt-BR/footer.json | 1 + 3 files changed, 3 insertions(+) diff --git a/src/lib/components/Footer.svelte b/src/lib/components/Footer.svelte index 4b43c82..2de5ee1 100644 --- a/src/lib/components/Footer.svelte +++ b/src/lib/components/Footer.svelte @@ -24,6 +24,7 @@ diff --git a/src/lib/translations/en-US/footer.json b/src/lib/translations/en-US/footer.json index 87521bb..358478a 100644 --- a/src/lib/translations/en-US/footer.json +++ b/src/lib/translations/en-US/footer.json @@ -1,4 +1,5 @@ { + "about": "ℹ About", "privacy.policy": "🔐 Privacy Policy", "terms.of.service": "📝 Terms of Service", "copyright": "Copyright © {{year}} Leonardo Murça.
All rights reserved.", diff --git a/src/lib/translations/pt-BR/footer.json b/src/lib/translations/pt-BR/footer.json index d24a690..922d643 100644 --- a/src/lib/translations/pt-BR/footer.json +++ b/src/lib/translations/pt-BR/footer.json @@ -1,4 +1,5 @@ { + "about": "ℹ Sobre", "privacy.policy": "🔐 Política de Privacidade", "terms.of.service": "📝 Termos de Serviço", "copyright": "Copyright © {{year}} Leonardo Murça.
Todos os direitos reservados.",