From 8933950217c52e70b27bb24092c7fd1b0266983c Mon Sep 17 00:00:00 2001 From: Maurice Bauer <34477772+mauricebauer@users.noreply.github.com> Date: Wed, 23 Dec 2020 08:39:20 +0100 Subject: [PATCH] i18n: Added missing german (de) translation (#147) --- i18n/de.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/i18n/de.yaml b/i18n/de.yaml index e7feaacc..66412775 100644 --- a/i18n/de.yaml +++ b/i18n/de.yaml @@ -3,3 +3,14 @@ - id: next_page translation: "Nächste Seite" + +- id: read_time + translation: + one: "1 min" + other: "{{ .Count }} min" + +- id: toc + translation: "Inhaltsverzeichnis" + +- id: translations + translation: "Übersetzungen"