diff --git a/i18n/en.toml b/i18n/en.toml index d61254c..c93bc88 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -9,4 +9,10 @@ other = "Home" other = "My resume" [quotes] -other = "I am a Developer;I am a Devops;I love servers;I work on open-source projects;I love to work with some fun projects" # Split each quote with a ';' \ No newline at end of file +other = "I am a Developer;I am a Devops;I love servers;I work on open-source projects;I love to work with some fun projects" # Split each quote with a ';' + +[navigation] +other = "Navigation" + +[contact_me] +other = "Contact me:" \ No newline at end of file diff --git a/i18n/fr.toml b/i18n/fr.toml index b7960b9..45424f8 100644 --- a/i18n/fr.toml +++ b/i18n/fr.toml @@ -9,4 +9,10 @@ other = "Accueil" other = "Mon Curriculum vitæ" [quotes] -other = "Je bidouille;Bref je code" # Split each quote with a ';' \ No newline at end of file +other = "Je bidouille;Bref je code" # Split each quote with a ';' + +[navigation] +other = "Naviguation" + +[contact_me] +other = "Contactez moi :" \ No newline at end of file diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 048fa79..b0b5697 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -2,7 +2,7 @@
-
Navigation
+
{{ i18n "navigation" }}
{{ if (index .Site.Data .Site.Language.Lang).sections }}
    {{- range sort (index .Site.Data .Site.Language.Lang).sections "section.weight" }} @@ -17,7 +17,7 @@
-
Contact Me
+
{{ i18n "contact_me" }}
    {{ range $key,$value:=.Site.Params.author.contactInfo }}
  • {{ title $key }}: {{ $value }}