From 2fc55f78748a3bc428f6a9a3f21b69a8e78afefe Mon Sep 17 00:00:00 2001 From: Chris Aumann Date: Sat, 22 Aug 2020 09:56:51 +0000 Subject: [PATCH] Add i18n support for German --- i18n/de.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 i18n/de.yaml diff --git a/i18n/de.yaml b/i18n/de.yaml new file mode 100644 index 0000000..e7feaac --- /dev/null +++ b/i18n/de.yaml @@ -0,0 +1,5 @@ +- id: prev_page + translation: "Vorherige Seite" + +- id: next_page + translation: "Nächste Seite"