diff --git a/i18n/en.toml b/i18n/en.toml index c93bc88..8f6699b 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -15,4 +15,16 @@ other = "I am a Developer;I am a Devops;I love servers;I work on open-source pro other = "Navigation" [contact_me] -other = "Contact me:" \ No newline at end of file +other = "Contact me:" + +[newsletter_text] +other = "Stay up to date with email notification" + +[newsletter_input] +other = "Enter email" + +[newsletter_warning] +other = "We'll never share your email with anyone else." + +[submit] +other = "Submit" \ No newline at end of file diff --git a/i18n/fr.toml b/i18n/fr.toml index 45424f8..9168c25 100644 --- a/i18n/fr.toml +++ b/i18n/fr.toml @@ -15,4 +15,16 @@ other = "Je bidouille;Bref je code" # Split each quote with a ';' other = "Naviguation" [contact_me] -other = "Contactez moi :" \ No newline at end of file +other = "Contactez moi :" + +[newsletter_text] +other = "Restez à jour par e-mail" + +[newsletter_input] +other = "Entrez une adresse e-mail" + +[newsletter_warning] +other = "Nous ne partagerons jamais votre courriel avec quelqu'un d'autre." + +[submit] +other = "Envoyer" \ No newline at end of file diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index b0b5697..1b857f3 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -27,7 +27,7 @@ {{ if .Site.Params.newsletter.enable }}
-

Stay up to date with email notification

+

{{ i18n "newsletter_text" }}

We'll never share your email with anyone else.{{ i18n "newsletter_warning" }}
- +
{{ end }}