summaryrefslogtreecommitdiff
path: root/src/SMAPI/i18n/de.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/SMAPI/i18n/de.json')
-rw-r--r--src/SMAPI/i18n/de.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/SMAPI/i18n/de.json b/src/SMAPI/i18n/de.json
index a8b3086f..47655a63 100644
--- a/src/SMAPI/i18n/de.json
+++ b/src/SMAPI/i18n/de.json
@@ -1,3 +1,9 @@
{
- "warn.invalid-content-removed": "Ungültiger Inhalt wurde entfernt, um einen Absturz zu verhindern (siehe SMAPI Konsole für weitere Informationen)."
+ // error messages
+ "warn.invalid-content-removed": "Ungültiger Inhalt wurde entfernt, um einen Absturz zu verhindern (siehe SMAPI Konsole für weitere Informationen).",
+
+ // short date format for SDate
+ "generic.date": "{{season}} {{day}}",
+ "generic.date-with-year": "{{season}} {{day}} im Jahr {{year}}"
+
}