From f680c83d2d6443d1a1500d4e07f6678d40599144 Mon Sep 17 00:00:00 2001 From: Bardo98 <46172278+Bardo98@users.noreply.github.com> Date: Mon, 7 Jan 2019 21:55:18 +0100 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75a849a2..4b1d85c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ℹ️ **Note:** This update uses new dependencies. Please update using the following command: `git pull && npm install`. If you are having issues running Electron, make sure your [Raspbian is up to date](https://www.raspberrypi.org/documentation/raspbian/updating.md). ### Added +- Italian translation for "Feels" ### Updated - Bumped the Electron dependency to v3.0.13 to support the most recent Raspbian. [#1500](https://github.com/MichMich/MagicMirror/issues/1500) From 984608e23f816966cd9a1d87150b12eb34aca3ec Mon Sep 17 00:00:00 2001 From: Bardo98 <46172278+Bardo98@users.noreply.github.com> Date: Mon, 7 Jan 2019 22:05:26 +0100 Subject: [PATCH 2/2] Added Italian translation of "FEELS" --- translations/it.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/translations/it.json b/translations/it.json index a5eaf2f2..e1a5b806 100644 --- a/translations/it.json +++ b/translations/it.json @@ -29,5 +29,7 @@ "UPDATE_NOTIFICATION": "E' disponibile un aggiornamento di MagicMirror².", "UPDATE_NOTIFICATION_MODULE": "E' disponibile un aggiornamento del modulo {MODULE_NAME}.", "UPDATE_INFO_SINGLE": "L'installazione è {COMMIT_COUNT} commit indietro rispetto all'attuale branch {BRANCH_NAME}.", - "UPDATE_INFO_MULTIPLE": "L'installazione è {COMMIT_COUNT} commits indietro rispetto all'attuale branch {BRANCH_NAME}." + "UPDATE_INFO_MULTIPLE": "L'installazione è {COMMIT_COUNT} commits indietro rispetto all'attuale branch {BRANCH_NAME}.", + + "FEELS": "Percepiti" }