From 845deb43d60147603ec31fe4ae5fd7d747556d8c Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Tue, 1 Oct 2019 21:27:49 -0400 Subject: add support for core translation files --- src/SMAPI/i18n/default.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/SMAPI/i18n/default.json (limited to 'src/SMAPI/i18n') diff --git a/src/SMAPI/i18n/default.json b/src/SMAPI/i18n/default.json new file mode 100644 index 00000000..0db3279e --- /dev/null +++ b/src/SMAPI/i18n/default.json @@ -0,0 +1,3 @@ +{ + +} -- cgit From 65997c1243a60ae15cc0b832ebcd41d96c3ea06a Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Tue, 1 Oct 2019 21:41:15 -0400 Subject: auto-fix save data when a custom location mod is removed --- src/SMAPI/i18n/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/SMAPI/i18n') diff --git a/src/SMAPI/i18n/default.json b/src/SMAPI/i18n/default.json index 0db3279e..5a3e4a6e 100644 --- a/src/SMAPI/i18n/default.json +++ b/src/SMAPI/i18n/default.json @@ -1,3 +1,3 @@ { - + "warn.invalid-content-removed": "Invalid content was removed to prevent a crash (see the SMAPI console for info)." } -- cgit From 8968d2737d1412dba31d797be9a6d85e93332480 Mon Sep 17 00:00:00 2001 From: Eren Kemer Date: Sat, 2 Nov 2019 13:02:13 +0100 Subject: Create de.json Translation into german, --- src/SMAPI/i18n/de.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/SMAPI/i18n/de.json (limited to 'src/SMAPI/i18n') 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)." +} -- cgit