From ebb2db17f35a83e0e20ba4a0607eea602af93691 Mon Sep 17 00:00:00 2001 From: snille Date: Sun, 29 Jan 2017 00:06:06 +0100 Subject: [PATCH 1/2] Fixed the Swedish translation. --- translations/sv.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/translations/sv.json b/translations/sv.json index 9643a07b..8db89752 100644 --- a/translations/sv.json +++ b/translations/sv.json @@ -5,6 +5,7 @@ /* CALENDAR */ "TODAY": "Idag", "TOMORROW": "Imorgon", + "DAYAFTERTOMORROW": "Iövermorgon", "RUNNING": "Slutar", "EMPTY": "Inga kommande händelser.", @@ -25,4 +26,9 @@ "WNW": "VNV", "NW": "NV", "NNW": "NNV" + + /* UPDATE INFO */ + "UPDATE_NOTIFICATION": "MagicMirror² uppdatering finns tillgänglig.", + "UPDATE_NOTIFICATION_MODULE": "Uppdatering finns tillgänglig av MODULE_NAME modulen.", + "UPDATE_INFO": "Denna installation ligger COMMIT_COUNT steg bakom BRANCH_NAME grenen." } From e738ee0812fb70fb7cb75c250ed6282a53d01201 Mon Sep 17 00:00:00 2001 From: Erik Pettersson Date: Sun, 29 Jan 2017 00:09:51 +0100 Subject: [PATCH 2/2] Added information about the sv.json update. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f233c2a..2aa0ec6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Added `DAYAFTERTOMORROW`, `UPDATE_NOTIFICATION` and `UPDATE_NOTIFICATION_MODULE` to Finnish translations. - Run `npm test` on Travis automatically - Show the splash screen image even when is reboot or halted. +- Added some missing translaton strings in the sv.json file. ### Added - Add loaded function to modules, providing an async callback.