From 32bafe182298cbba38ce90228f20a090cabd5a5e Mon Sep 17 00:00:00 2001 From: joelson91 Date: Sun, 15 Sep 2024 13:43:47 -0300 Subject: [PATCH 1/2] Update footer to use i18n for "Powered by" text --- layouts/partials/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 832cdbad33..aef339e089 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -15,7 +15,7 @@ {{- end }} - Powered by + {{ i18n "powered_by" | default "Powered by" }} Hugo & PaperMod From ffcdc4a8817060042c9e23873a82c387eee2abf7 Mon Sep 17 00:00:00 2001 From: joelson91 Date: Sun, 15 Sep 2024 13:45:31 -0300 Subject: [PATCH 2/2] Update i18n for "Powered by" text --- i18n/en.yaml | 3 +++ i18n/pt.yaml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/i18n/en.yaml b/i18n/en.yaml index 3a1e21519b..8da80e7ab3 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -31,3 +31,6 @@ - id: code_copied translation: "copied!" + +- id: powered_by + translation: "Powered by" diff --git a/i18n/pt.yaml b/i18n/pt.yaml index ab06429cb9..91aa417c8f 100644 --- a/i18n/pt.yaml +++ b/i18n/pt.yaml @@ -31,3 +31,6 @@ - id: code_copied translation: "copiado!" + +- id: powered_by + translation: "Desenvolvido por"