diff --git a/i18n/de.yaml b/i18n/de.yaml
new file mode 100644
index 0000000..c2823d8
--- /dev/null
+++ b/i18n/de.yaml
@@ -0,0 +1,39 @@
+# Content
+- id: dateFormat
+ translation: "02.01.2006"
+- id: postedOnDate
+ translation: "Gepostet am {{ .Count }}"
+- id: translationsLabel
+ translation: "Andere Sprachen: "
+- id: translationsSeparator
+ translation: ", "
+- id: readMore
+ translation: "Mehr"
+- id: olderPosts
+ translation: "Ältere Posts"
+- id: newerPosts
+ translation: "Neuere Posts"
+- id: previousPost
+ translation: "Letzter Post"
+- id: nextPost
+ translation: "Nächster Post"
+
+# 404 page
+- id: pageNotFound
+ translation: "Ups, diese Seite existiert nicht. (404 Error)"
+
+# Footer
+- id: poweredBy # Accepts HTML
+ translation: 'Hugo v{{ .Hugo.Version }} powered • Theme by Beautiful Jekyll adapted to Beautiful Hugo'
+
+# Navigation
+- id: toggleNavigation
+ translation: "Navigation"
+- id: languageSwitcherLabel
+ translation: "Sprache"
+- id: gcseLabelShort
+ translation: "Suche"
+- id: gcseLabelLong
+ translation: "Suche {{ .Site.Title }}"
+- id: gcseClose
+ translation: "Schließen"