MycroftAI / skill-weather

Mycroft AI official Weather Skill, providing weather conditions and forecasts.
https://mycroft.ai/skills
Apache License 2.0
19 stars 59 forks source link

Remove hardcoded "today" #136

Closed forslund closed 4 years ago

forslund commented 4 years ago

__populate current() hardcoded the day to "today", this changes it to use a translated version.

krisgesling commented 4 years ago

Working good, and tests all passing. Thanks!

Merging.