diff options
Diffstat (limited to 'src/SMAPI.Mods.ErrorHandler/i18n/default.json')
-rw-r--r-- | src/SMAPI.Mods.ErrorHandler/i18n/default.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/SMAPI.Mods.ErrorHandler/i18n/default.json b/src/SMAPI.Mods.ErrorHandler/i18n/default.json new file mode 100644 index 00000000..b74dcea0 --- /dev/null +++ b/src/SMAPI.Mods.ErrorHandler/i18n/default.json @@ -0,0 +1,4 @@ +{ + // warning messages + "warn.invalid-content-removed": "Invalid content was removed to prevent a crash (see the SMAPI console for info)." +} |