OpenVoiceOS / skill-ovos-weather

OpenVoiceOS official Weather Skill, providing weather conditions and forecasts.
Apache License 2.0
1 stars 4 forks source link

condition translation futile #13

Closed emphasize closed 1 year ago

emphasize commented 2 years ago

... in its current implementation

this may be confusing, but weather.condition.description (translated here) can be one of the listed here ("Description" section). These descriptions are already translated in the json returned from the API call. (given the correct lang code is passed)

emphasize commented 2 years ago

What i will do is remove the translation of weather.condition.description, but add the missing weather categories (what is called "main" in OWM API Docs) to the locale in case we need a translation of those in the future.