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.",