Below you will find pages that utilize the taxonomy term “{{ .Title }}”
+{{ T "Belowyouwillfindpagesthatutilizethetaxonomyterm" . }}”
diff --git a/i18n/de.toml b/i18n/de.toml
new file mode 100644
index 0000000..23f2540
--- /dev/null
+++ b/i18n/de.toml
@@ -0,0 +1,20 @@
+[Recent]
+other = "Letzte"
+
+[All]
+other = "Alle"
+
+[More]
+other = "Mehr"
+
+[Whatsinthis]
+other = "Was ist in diesem"
+
+[readmore]
+other = "mehr lesen"
+
+[page]
+other = "Seite"
+
+[Belowyouwillfindpagesthatutilizethetaxonomyterm]
+other = "Seiten zur Taxonomy „{{ .Title }}“"
diff --git a/i18n/en.toml b/i18n/en.toml
new file mode 100644
index 0000000..0fd9eed
--- /dev/null
+++ b/i18n/en.toml
@@ -0,0 +1,20 @@
+[Recent]
+other = "Recent"
+
+[All]
+other = "All"
+
+[More]
+other = "More"
+
+[Whatsinthis]
+other = "What’s in this"
+
+[readmore]
+other = "read more"
+
+[page]
+other = "page"
+
+[Belowyouwillfindpagesthatutilizethetaxonomyterm]
+other = "Below you will find pages that utilize the taxonomy term „{{ .Title }}“"
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 89b61b2..7f5df62 100755
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -19,7 +19,7 @@
{{/* Hugo uses Go's date formatting is set by example. Here are two formats */}}
diff --git a/layouts/_default/taxonomy.html b/layouts/_default/taxonomy.html
index e2d1505..724a4ae 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 }}” {{ T "Belowyouwillfindpagesthatutilizethetaxonomyterm" . }}”
What's in this {{ humanize .Type }}
+{{ T "Whatsinthis" }} {{ humanize .Type }}
{{ .TableOfContents }}Related
By {{ .Author }}
*/}}