From 428e67d56192983b2ec497cbfc7df72ef99a12c5 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 00000000..e7feaacc --- /dev/null +++ b/i18n/de.yaml @@ -0,0 +1,5 @@ +- id: prev_page + translation: "Vorherige Seite" + +- id: next_page + translation: "Nächste Seite"