summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-02-08 23:34:43 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-02-08 23:34:43 -0500
commitf3acc0b07c1d126b03fbf1ea48f45be1308dce97 (patch)
tree2e14676338b97564f5ef8a1e3b7575a4ebd66a14
parent65180f86d81736327a5c8179ebf76a3cb4aff32c (diff)
downloadSMAPI-f3acc0b07c1d126b03fbf1ea48f45be1308dce97.tar.gz
SMAPI-f3acc0b07c1d126b03fbf1ea48f45be1308dce97.tar.bz2
SMAPI-f3acc0b07c1d126b03fbf1ea48f45be1308dce97.zip
add Italian translations
-rw-r--r--docs/release-notes.md3
-rw-r--r--src/SMAPI/i18n/it.json3
2 files changed, 6 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index a365b153..78b0d132 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -2,6 +2,9 @@
# Release notes
## Upcoming release
+* For players:
+ * Updated translations. Thanks to xCarloC (added Italian)!
+
* For modders:
* Added support for self-broadcasts through the multiplayer API. (Mods can now send messages to the current machine. That enables simple integrations between mods without needing an API, and lets mods notify a host mod without needing different code depending on whether the current player is the host or a farmhand.)
* Eliminated unneeded network messages when broadcasting to a peer who can't handle the message (e.g. because they don't have SMAPI or don't have the target mod).
diff --git a/src/SMAPI/i18n/it.json b/src/SMAPI/i18n/it.json
new file mode 100644
index 00000000..43493018
--- /dev/null
+++ b/src/SMAPI/i18n/it.json
@@ -0,0 +1,3 @@
+{
+ "warn.invalid-content-removed": "Contenuto non valido rimosso per prevenire un crash (Guarda la console di SMAPI per maggiori informazioni)."
+}