Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/budparr/gohugo-theme-ananke.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hammer <46083627+thomham@users.noreply.github.com>2022-01-19 19:30:43 +0300
committerGitHub <noreply@github.com>2022-01-19 19:30:43 +0300
commitf21b2e7a6527de7173f0e72ebde7a70884217233 (patch)
treeb530618301d71033ebf48be40a5dbc54798b9989
parent8cd36f504e1824895a0ab60db52179319a668172 (diff)
Add German translation for taxonomyPageList (#495)
The phrase was only present in English.
-rw-r--r--i18n/de.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18n/de.toml b/i18n/de.toml
index d54cf08..1109b97 100644
--- a/i18n/de.toml
+++ b/i18n/de.toml
@@ -32,7 +32,7 @@ other = "Eine Email Adresse wird benötigt."
other = "Senden"
[taxonomyPageList]
-other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"
+other = "Beiträge zum Thema “{{ .Title }}”"
[readingTime]
one = "Eine Minute"