From a1a99cf12681ad95b006e648a28139e6b9b75f09 Mon Sep 17 00:00:00 2001 From: Regis Philibert Date: Fri, 3 Feb 2023 15:46:10 -0500 Subject: [PATCH] Fix taxonomyPageList translation Fixes #605 --- i18n/it.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/it.toml b/i18n/it.toml index 51b96c4..dbb1295 100644 --- a/i18n/it.toml +++ b/i18n/it.toml @@ -35,7 +35,7 @@ other = "Indirizzo email obbligatorio." other = "Invia" [taxonomyPageList] -other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”" +other = "Di seguito troverai le pagine che utilizzano il termine “{{ .Title }}”" [pageTitle] other = "{{ .Name }} pagina" \ No newline at end of file