Merge pull request #2016 from Travelbacon/develop

Changed "Gevoelstemperatuur" to "Voelt als". This is shorter and save…
This commit is contained in:
Michael Teeuw 2020-09-21 12:48:09 +02:00 committed by GitHub
commit 67201a52cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -133,6 +133,7 @@ For more information regarding this major change, please check issue [#1860](htt
- Timestamp in log output now also contains the date - Timestamp in log output now also contains the date
- Turkish translation. - Turkish translation.
- Option to configure the size of the currentweather module. - Option to configure the size of the currentweather module.
- Changed "Gevoelstemperatuur" to "Voelt als" shorter text.
## [2.10.1] - 2020-01-10 ## [2.10.1] - 2020-01-10

View File

@ -28,6 +28,5 @@
"UPDATE_NOTIFICATION_MODULE": "Update beschikbaar voor {MODULE_NAME} module.", "UPDATE_NOTIFICATION_MODULE": "Update beschikbaar voor {MODULE_NAME} module.",
"UPDATE_INFO_SINGLE": "De huidige installatie loopt {COMMIT_COUNT} commit achter op de {BRANCH_NAME} branch.", "UPDATE_INFO_SINGLE": "De huidige installatie loopt {COMMIT_COUNT} commit achter op de {BRANCH_NAME} branch.",
"UPDATE_INFO_MULTIPLE": "De huidige installatie loopt {COMMIT_COUNT} commits achter op de {BRANCH_NAME} branch.", "UPDATE_INFO_MULTIPLE": "De huidige installatie loopt {COMMIT_COUNT} commits achter op de {BRANCH_NAME} branch.",
"FEELS": "Voelt als"
"FEELS": "Gevoelstemperatuur"
} }