diff options
author | Eren Kemer <eren-kemer@users.noreply.github.com> | 2019-11-02 13:02:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-02 13:02:13 +0100 |
commit | 8968d2737d1412dba31d797be9a6d85e93332480 (patch) | |
tree | 35c949fa0112a9d3ef27fd00ef17ecb956b69ea2 /src | |
parent | 9035d945f9097bef363f4f7a658846423ecefd9b (diff) | |
download | SMAPI-8968d2737d1412dba31d797be9a6d85e93332480.tar.gz SMAPI-8968d2737d1412dba31d797be9a6d85e93332480.tar.bz2 SMAPI-8968d2737d1412dba31d797be9a6d85e93332480.zip |
Create de.json
Translation into german,
Diffstat (limited to 'src')
-rw-r--r-- | src/SMAPI/i18n/de.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/SMAPI/i18n/de.json b/src/SMAPI/i18n/de.json new file mode 100644 index 00000000..a8b3086f --- /dev/null +++ b/src/SMAPI/i18n/de.json @@ -0,0 +1,3 @@ +{ + "warn.invalid-content-removed": "Ungültiger Inhalt wurde entfernt, um einen Absturz zu verhindern (siehe SMAPI Konsole für weitere Informationen)." +} |