Below you will find pages that utilize the taxonomy term “{{ .Title }}”
+{{i18n "taxonomyPageList" .}}
diff --git a/i18n/bg.toml b/i18n/bg.toml
index 7cf50b921..1186125d0 100644
--- a/i18n/bg.toml
+++ b/i18n/bg.toml
@@ -30,3 +30,6 @@ other = "Задължително е да предоставите адрес н
[send]
other = "Изпрати"
+
+[taxonomyPageList]
+other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"
\ No newline at end of file
diff --git a/i18n/de.toml b/i18n/de.toml
index 572c5e454..e44eb6efa 100644
--- a/i18n/de.toml
+++ b/i18n/de.toml
@@ -30,3 +30,6 @@ other = "Eine Email Adresse wird benötigt."
[send]
other = "Senden"
+
+[taxonomyPageList]
+other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"
\ No newline at end of file
diff --git a/i18n/en.toml b/i18n/en.toml
index e87dc921f..73b1ac74d 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -30,3 +30,6 @@ other = "An email address is required."
[send]
other = "Send"
+
+[taxonomyPageList]
+other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"
\ No newline at end of file
diff --git a/i18n/es.toml b/i18n/es.toml
index 67ce1708f..e1f8d000f 100644
--- a/i18n/es.toml
+++ b/i18n/es.toml
@@ -30,3 +30,6 @@ other = "Se requiere una dirección de correo electrónico."
[send]
other = "Enviar"
+
+[taxonomyPageList]
+other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"
\ No newline at end of file
diff --git a/i18n/fr.toml b/i18n/fr.toml
index 563ae5ebf..6fb2cc50d 100644
--- a/i18n/fr.toml
+++ b/i18n/fr.toml
@@ -30,3 +30,6 @@ other = "Une adresse e-mail est requise."
[send]
other = "Envoyer"
+
+[taxonomyPageList]
+other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"
\ No newline at end of file
diff --git a/i18n/it.toml b/i18n/it.toml
index f779f69c6..fc46af544 100644
--- a/i18n/it.toml
+++ b/i18n/it.toml
@@ -30,3 +30,6 @@ other = "Indirizzo email obbligatorio."
[send]
other = "Invia"
+
+[taxonomyPageList]
+other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"
\ No newline at end of file
diff --git a/i18n/nl.toml b/i18n/nl.toml
index 993998a09..0d80c31e5 100644
--- a/i18n/nl.toml
+++ b/i18n/nl.toml
@@ -30,3 +30,6 @@ other = "Een e-mailadres is vereist."
[send]
other = "Stuur"
+
+[taxonomyPageList]
+other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"
\ No newline at end of file
diff --git a/i18n/pt.toml b/i18n/pt.toml
index 4883a9cc7..48b42695a 100644
--- a/i18n/pt.toml
+++ b/i18n/pt.toml
@@ -30,3 +30,6 @@ other = "É necessário um endereço de e-mail."
[send]
other = "Enviar"
+
+[taxonomyPageList]
+other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"
\ No newline at end of file
diff --git a/i18n/ru.toml b/i18n/ru.toml
index 25fd010c3..786151118 100644
--- a/i18n/ru.toml
+++ b/i18n/ru.toml
@@ -30,3 +30,6 @@ other = "Требуется адрес электронной почты."
[send]
other = "трансмиссия"
+
+[taxonomyPageList]
+other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"
\ No newline at end of file
diff --git a/i18n/sv.toml b/i18n/sv.toml
index db050a4ad..5fc98324b 100644
--- a/i18n/sv.toml
+++ b/i18n/sv.toml
@@ -30,3 +30,6 @@ other = "En e-postadress krävs."
[send]
other = "Skicka"
+
+[taxonomyPageList]
+other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"
\ No newline at end of file
diff --git a/i18n/uk.toml b/i18n/uk.toml
index 0aba05401..cd873112d 100644
--- a/i18n/uk.toml
+++ b/i18n/uk.toml
@@ -30,3 +30,6 @@ other = "Електронна пошта обов'язкова"
[send]
other = "Надіслати"
+
+[taxonomyPageList]
+other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"
\ No newline at end of file
diff --git a/i18n/zh.toml b/i18n/zh.toml
index fe2c5b752..65ce598a8 100644
--- a/i18n/zh.toml
+++ b/i18n/zh.toml
@@ -30,3 +30,6 @@ other = "需要电子邮件地址。"
[send]
other = "发送"
+
+[taxonomyPageList]
+other = "标签为“{{ .Title }}”的页面如下"
\ No newline at end of file
diff --git a/layouts/_default/taxonomy.html b/layouts/_default/taxonomy.html
index e2d150590..1dc0ff2d0 100644
--- a/layouts/_default/taxonomy.html
+++ b/layouts/_default/taxonomy.html
@@ -1,7 +1,7 @@
{{ define "main" }}
Below you will find pages that utilize the taxonomy term “{{ .Title }}” {{i18n "taxonomyPageList" .}}