diff --git a/CHANGELOG.md b/CHANGELOG.md index b65699f9..5068f1ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [2.5.0] - 2018-10-01 ### Added +- Romanian translation for "Feels" - Support multi-line compliments - Simplified Chinese translation for "Feels" - Polish translate for "Feels" diff --git a/translations/ro.json b/translations/ro.json index 3584d69f..5f8cfebf 100644 --- a/translations/ro.json +++ b/translations/ro.json @@ -29,5 +29,7 @@ "UPDATE_NOTIFICATION": "Un update este disponibil pentru MagicMirror².", "UPDATE_NOTIFICATION_MODULE": "Un update este disponibil pentru modulul {MODULE_NAME}.", "UPDATE_INFO_SINGLE": "Există {COMMIT_COUNT} commit-uri noi pe branch-ul {BRANCH_NAME}.", - "UPDATE_INFO_MULTIPLE": "Există {COMMIT_COUNT} commit-uri noi pe branch-ul {BRANCH_NAME}." + "UPDATE_INFO_MULTIPLE": "Există {COMMIT_COUNT} commit-uri noi pe branch-ul {BRANCH_NAME}.", + + "FEELS": "Se simte ca fiind" }