Merge pull request #1661 from vincep5/develop

Update Feels to Feels like
This commit is contained in:
Michael Teeuw 2019-05-07 19:41:01 +02:00 committed by GitHub
commit 20d2124867
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -9,16 +9,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [2.8.0] - Unreleased
*This release is scheduled to be released on 2019-04-01.*
*This release is scheduled to be released on 2019-07-01.*
### Added
- Option to show event location in calendar
- Finnish translation for "Feels" and "Weeks"
- Russian translation for “Feels”
### Updated
- English translation for "Feels" to "Feels like"
### Fixed
- Handle SIGTERM messages

View File

@ -31,5 +31,5 @@
"UPDATE_INFO_SINGLE": "The current installation is {COMMIT_COUNT} commit behind on the {BRANCH_NAME} branch.",
"UPDATE_INFO_MULTIPLE": "The current installation is {COMMIT_COUNT} commits behind on the {BRANCH_NAME} branch.",
"FEELS": "Feels"
"FEELS": "Feels like"
}