nextcloud / weather

⛅️ Weather app for Nextcloud
GNU Affero General Public License v3.0
47 stars 27 forks source link

Add complete translation of PHP code and more forecast data #73

Closed e-alfred closed 5 years ago

e-alfred commented 5 years ago

This is a second PR that completes the translation of the Weather app. It add a check for the current language set by the user and requests a translated dataset from the Openweathermap API. Additionally, it also translates the wind directions.

Together with https://github.com/nextcloud/weather/pull/72 this should solve https://github.com/nextcloud/weather/issues/60 completely.

e-alfred commented 5 years ago

I added support for more forecast data (every 3 hours for 5 days = 40 items) to max out the possible amount of data from the Openweathermap API:

image