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

Wrong placeholder names in most of localized dialogs #164

Open emphasize opened 3 years ago

emphasize commented 3 years ago

it has to be {number} like here instead of {num} which will obviously throw a KeyError: 'num' exception. Yet i've seen some even without a percentage-number.dialog.

emphasize commented 3 years ago

The same seems to apply to other placeholders like {temp_max}/{temp_min}/{temp}/{scale}