diff --git a/server/config/locales/de-DE.json b/server/config/locales/de-DE.json
new file mode 100644
index 00000000..ceb546df
--- /dev/null
+++ b/server/config/locales/de-DE.json
@@ -0,0 +1,16 @@
+{
+ "Card Created": "Karte erstellt",
+ "Card Moved": "Karte verschoben",
+ "New Comment": "Neuer Kommentar",
+ "Test Title": "Testtitel",
+ "This is a test text message!": "Dies ist eine Test-Textnachricht!",
+ "This is a *test* **markdown** `message`!": "Dies ist eine *Test*-**Markdown**-`Nachricht`!",
+ "This is a test html message
": "Dies ist eine Test-HTML-Nachricht
",
+ "You Were Added to Card": "Sie wurden zur Karte hinzugefügt",
+ "You Were Mentioned in Comment": "Sie wurden in einem Kommentar erwähnt",
+ "%s added you to %s on %s": "%s hat Sie zu %s am %s hinzugefügt",
+ "%s created %s in %s on %s": "%s hat %s in %s am %s erstellt",
+ "%s left a new comment to %s on %s": "%s hat einen neuen Kommentar zu %s am %s hinterlassen",
+ "%s mentioned you in %s on %s": "%s hat Sie in %s am %s erwähnt",
+ "%s moved %s from %s to %s on %s": "%s hat %s von %s nach %s am %s verschoben"
+}