From 6581e860bde43960e3b6362001f270cd2e9db178 Mon Sep 17 00:00:00 2001
From: Michael Weiss <code@mweiss.ch>
Date: Thu, 23 Sep 2021 13:31:58 +0000
Subject: [PATCH] German Translations (#598)

---
 CONTRIBUTORS.md |    1 +
 i18n/de.toml    |   39 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index b218358..b3c2bb8 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -101,3 +101,4 @@
 - [kuba86](https://kuba86.com)
 - [Vladislav Matus](https://github.com/matusvla)
 - [Kirill Feoktistov](https://feoktistoff.org)
+- [Michael Weiss](https://mweiss.ch)
diff --git a/i18n/de.toml b/i18n/de.toml
index 920de61..6af652f 100644
--- a/i18n/de.toml
+++ b/i18n/de.toml
@@ -1,12 +1,27 @@
 [category]
 other = "Kategorie"
 
+[categories]
+other = "Kategorien"
+
 [tag]
 other = "Tag"
 
+[tags]
+other = "Tags"
+
 [series]
 other = "Serie"
 
+[author]
+other = "Autor"
+
+[authors]
+other = "Autoren"
+
+[posts]
+other = "Beiträge"
+
 [reading_time]
 one = "Eine Minute Lesezeit"
 other = "{{ .Count }} Minuten Lesezeit"
@@ -22,3 +37,27 @@
 
 [powered_by]
 other = "Gestaltet mit"
+
+[see_also]
+other = "Siehe auch in"
+
+[note]
+other = "Bemerkung"
+
+[tip]
+other = "Tipp"
+
+[example]
+other = "Beispiel"
+
+[question]
+other = "Frage"
+
+[info]
+other = "Info"
+
+[warning]
+other = "Warnung"
+
+[error]
+other = "Fehler"

--
Gitblit v1.10.0