From 7d2c063cbce3c5363b47b790859a777da7ca3bbc Mon Sep 17 00:00:00 2001 From: Edi Date: Fri, 20 Nov 2015 23:46:38 +0100 Subject: [PATCH] German translation --- plugins/about/languages/de_DE.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 plugins/about/languages/de_DE.json diff --git a/plugins/about/languages/de_DE.json b/plugins/about/languages/de_DE.json new file mode 100644 index 00000000..f9368686 --- /dev/null +++ b/plugins/about/languages/de_DE.json @@ -0,0 +1,12 @@ +{ + "plugin-data": + { + "name": "Über", + "description": "Kurzer Text über die Website oder zu dir.", + "author": "Bludit", + "email": "", + "website": "https://github.com/dignajar/bludit-plugins", + "version": "0.6", + "releaseDate": "2015-11-13" + } +}