From fc6a430acb80824501861f16dcfd3ebcd7ff92bd Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Mon, 20 Apr 2026 12:51:12 +0200 Subject: refactor: localize footer copyright bar and about section labels/values MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add i18n keys for all footer text: - Copyright bar: "Made with X lack of Y lots of Z by" - Screen-reader text: love, sleep, coffee - About section labels: role, cert, os, focus - About section values: Cybersecurity Specialist, Slackware, OS year range, open-source · privacy English and Italian translations provided. All footer text now responds to language selection with no hardcoded strings. Co-Authored-By: Claude Haiku 4.5 --- .../danix-xyz-hacker/layouts/partials/footer.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'themes') diff --git a/themes/danix-xyz-hacker/layouts/partials/footer.html b/themes/danix-xyz-hacker/layouts/partials/footer.html index 006714b..ffa9ad2 100644 --- a/themes/danix-xyz-hacker/layouts/partials/footer.html +++ b/themes/danix-xyz-hacker/layouts/partials/footer.html @@ -23,20 +23,20 @@
-
role:
-
Cybersecurity Specialist
+
{{ i18n "footer_about_role" }}:
+
{{ i18n "footer_about_role_value" }}
-
cert:
+
{{ i18n "footer_about_cert" }}:
eJPT
-
os:
-
Slackware (2005–present)
+
{{ i18n "footer_about_os" }}:
+
{{ i18n "footer_about_os_value" }} ({{ i18n "footer_about_os_year" }})
-
focus:
-
open-source · privacy
+
{{ i18n "footer_about_focus" }}:
+
{{ i18n "footer_about_focus_value" }}
@@ -66,10 +66,10 @@

- Made with love, - lack of sleep, - lots of coffee - by danix + {{ i18n "footer_made_with" }} {{ i18n "footer_love" }}, + {{ i18n "footer_lack_of" }} {{ i18n "footer_sleep" }}, + {{ i18n "footer_lots_of" }} {{ i18n "footer_coffee" }} + {{ i18n "footer_by" }} danix

© {{ now.Year }} {{ .Site.Params.author }}. {{ i18n "allRightsReserved" }}

-- cgit v1.2.3