From e939a1c788ac5cf28497e6a7be9b201539efe543 Mon Sep 17 00:00:00 2001 From: Simon C Date: Fri, 3 Feb 2023 00:54:24 +0100 Subject: [PATCH] [i18n] Add translation of the term Powered by --- i18n/en.json | 1 + i18n/fr.json | 1 + static/email-templates/base.html | 2 +- static/email-templates/default-archive.tpl | 2 +- static/email-templates/default.tpl | 2 +- static/email-templates/sample-tx.tpl | 2 +- static/public/templates/index.html | 2 +- 7 files changed, 7 insertions(+), 5 deletions(-) diff --git a/i18n/en.json b/i18n/en.json index 140bbfb0c..d6b4a35e9 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -314,6 +314,7 @@ "public.noSubInfo": "There are no subscriptions to confirm.", "public.noSubTitle": "No subscriptions", "public.notFoundTitle": "Not found", + "public.poweredBy": "Powered by", "public.prefsSaved": "Your preferences have been saved.", "public.privacyConfirmWipe": "Are you sure you want to delete all your subscription data permanently?", "public.privacyExport": "Export your data", diff --git a/i18n/fr.json b/i18n/fr.json index 41dbb05b0..1abf63ef0 100644 --- a/i18n/fr.json +++ b/i18n/fr.json @@ -315,6 +315,7 @@ "public.noSubInfo": "Il n'y a pas d'abonnement à confirmer.", "public.noSubTitle": "Aucun abonnement", "public.notFoundTitle": "Non trouvé", + "public.poweredBy": "Propulsé par", "public.prefsSaved": "Vos préférences ont été enregistrées.", "public.privacyConfirmWipe": "Voulez-vous vraiment supprimer définitivement toutes vos données d'abonnement ?", "public.privacyExport": "Exportez vos données personnelles", diff --git a/static/email-templates/base.html b/static/email-templates/base.html index d1434083d..b9f479240 100644 --- a/static/email-templates/base.html +++ b/static/email-templates/base.html @@ -90,7 +90,7 @@
 
diff --git a/static/email-templates/default-archive.tpl b/static/email-templates/default-archive.tpl index 2e339f3af..0612232ca 100644 --- a/static/email-templates/default-archive.tpl +++ b/static/email-templates/default-archive.tpl @@ -92,7 +92,7 @@ diff --git a/static/email-templates/default.tpl b/static/email-templates/default.tpl index 5423d5615..1fa92d51e 100644 --- a/static/email-templates/default.tpl +++ b/static/email-templates/default.tpl @@ -97,7 +97,7 @@ {{ L.T "email.unsub" }} {{ L.T "email.viewInBrowser" }}

-

Powered by listmonk

+

{{ L.T "public.poweredBy" }} listmonk

 {{ TrackView }}
diff --git a/static/email-templates/sample-tx.tpl b/static/email-templates/sample-tx.tpl index 0cb9d18d8..17905dc62 100644 --- a/static/email-templates/sample-tx.tpl +++ b/static/email-templates/sample-tx.tpl @@ -102,7 +102,7 @@ diff --git a/static/public/templates/index.html b/static/public/templates/index.html index 29b61c06c..e0ec79a9a 100644 --- a/static/public/templates/index.html +++ b/static/public/templates/index.html @@ -41,7 +41,7 @@