From 506175f56fc26cb0a2bd35b4280673c0bfcba9c6 Mon Sep 17 00:00:00 2001
From: Zihang Ye <jerryzihye@gmail.com>
Date: Wed, 17 Jun 2020 22:31:05 +0000
Subject: [PATCH] Add translation for taxonomy page (#299)

---
 i18n/uk.toml                   |    3 +++
 i18n/bg.toml                   |    3 +++
 layouts/_default/taxonomy.html |    2 +-
 i18n/zh.toml                   |    3 +++
 i18n/ru.toml                   |    3 +++
 i18n/es.toml                   |    3 +++
 i18n/sv.toml                   |    3 +++
 i18n/pt.toml                   |    3 +++
 i18n/de.toml                   |    3 +++
 i18n/nl.toml                   |    3 +++
 i18n/en.toml                   |    3 +++
 i18n/it.toml                   |    3 +++
 i18n/fr.toml                   |    3 +++
 13 files changed, 37 insertions(+), 1 deletions(-)

diff --git a/i18n/bg.toml b/i18n/bg.toml
index 7cf50b9..1186125 100644
--- a/i18n/bg.toml
+++ b/i18n/bg.toml
@@ -30,3 +30,6 @@
 
 [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 572c5e4..e44eb6e 100644
--- a/i18n/de.toml
+++ b/i18n/de.toml
@@ -30,3 +30,6 @@
 
 [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 e87dc92..73b1ac7 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -30,3 +30,6 @@
 
 [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 67ce170..e1f8d00 100644
--- a/i18n/es.toml
+++ b/i18n/es.toml
@@ -30,3 +30,6 @@
 
 [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 563ae5e..6fb2cc5 100644
--- a/i18n/fr.toml
+++ b/i18n/fr.toml
@@ -30,3 +30,6 @@
 
 [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 f779f69..fc46af5 100644
--- a/i18n/it.toml
+++ b/i18n/it.toml
@@ -30,3 +30,6 @@
 
 [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 993998a..0d80c31 100644
--- a/i18n/nl.toml
+++ b/i18n/nl.toml
@@ -30,3 +30,6 @@
 
 [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 4883a9c..48b4269 100644
--- a/i18n/pt.toml
+++ b/i18n/pt.toml
@@ -30,3 +30,6 @@
 
 [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 25fd010..7861511 100644
--- a/i18n/ru.toml
+++ b/i18n/ru.toml
@@ -30,3 +30,6 @@
 
 [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 db050a4..5fc9832 100644
--- a/i18n/sv.toml
+++ b/i18n/sv.toml
@@ -30,3 +30,6 @@
 
 [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 0aba054..cd87311 100644
--- a/i18n/uk.toml
+++ b/i18n/uk.toml
@@ -30,3 +30,6 @@
 
 [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 fe2c5b7..65ce598 100644
--- a/i18n/zh.toml
+++ b/i18n/zh.toml
@@ -30,3 +30,6 @@
 
 [send]
 other = "发送"
+
+[taxonomyPageList]
+other = "标签为“{{ .Title }}”的页面如下"
\ No newline at end of file
diff --git a/layouts/_default/taxonomy.html b/layouts/_default/taxonomy.html
index e2d1505..1dc0ff2 100644
--- a/layouts/_default/taxonomy.html
+++ b/layouts/_default/taxonomy.html
@@ -1,7 +1,7 @@
 {{ define "main" }}
   <article class="cf pa3 pa4-m pa4-l">
     <div class="measure-wide-l center f4 lh-copy nested-copy-line-height nested-links nested-img mid-gray">
-      <p>Below you will find pages that utilize the taxonomy term “{{ .Title }}”</p>
+      <p>{{i18n "taxonomyPageList" .}}</p>
     </div>
   </article>
   <div class="mw8 center">    

--
Gitblit v1.10.0