diff --git a/CHANGELOG.md b/CHANGELOG.md index bcc063b7..5e121423 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). *This release is scheduled to be released on 2018-10-01.* ### Added +- Polish translate for "Feels" - French translate for "Feels" - Translations for newsfeed module - Support for toggling news article in fullscreen diff --git a/translations/pl.json b/translations/pl.json index 06473ad2..c07cd093 100644 --- a/translations/pl.json +++ b/translations/pl.json @@ -28,5 +28,7 @@ "UPDATE_NOTIFICATION": "Dostępna jest aktualizacja MagicMirror².", "UPDATE_NOTIFICATION_MODULE": "Dostępna jest aktualizacja modułu {MODULE_NAME}.", - "UPDATE_INFO": "Zainstalowana wersja odbiega o {COMMIT_COUNT} commitów od gałęzi {BRANCH_NAME}." + "UPDATE_INFO": "Zainstalowana wersja odbiega o {COMMIT_COUNT} commitów od gałęzi {BRANCH_NAME}.", + + "FEELS": "Odczuwalna" } diff --git a/translations/sv.json b/translations/sv.json index a8a5c4ea..0bdb24e4 100644 --- a/translations/sv.json +++ b/translations/sv.json @@ -25,6 +25,7 @@ "WNW": "VNV", "NW": "NV", "NNW": "NNV", + "FEELS": "Känns som", "UPDATE_NOTIFICATION": "MagicMirror² uppdatering finns tillgänglig.", "UPDATE_NOTIFICATION_MODULE": "Uppdatering finns tillgänglig av {MODULE_NAME} modulen.",