From e5ce03ae2bc3e895e55f378633db37933d673047 Mon Sep 17 00:00:00 2001
From: Felix Benning
Date: Thu, 1 Oct 2020 18:26:57 +0200
Subject: missing translation

---
 i18n/de.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/i18n/de.toml b/i18n/de.toml
index 3c6e3f8..d251b18 100644
--- a/i18n/de.toml
+++ b/i18n/de.toml
@@ -23,8 +23,8 @@
     other = "Kein Tag"
 
 [postMetaWordCount]
-    one = "{{.Count}} word"
-    other = "{{.Count}} words"
+    one = "{{.Count}} Wort"
+    other = "{{.Count}} Wörter"
 
 [postMetaReadingTime]
     one = "{{.Count}} Minute"
-- 
cgit v1.2.3