Feature: Add km/h wind speed unit
Files Changed:
- src/app/application.js: Add the action "speed-unit"
- src/app/dailyForecast.js: Modify the "_setWindInfo" method
- data/window.ui: Add section for toggling speed unit in "primary-menu"
Weather does not have km/h wind speed unit.
Need to have km/h as additional wind speed unit. Unit for wind speed in Middle East as well as in many places is km/h.
To fix this issue, add a wind-speed unit toggle option in the priamry-menu, in a similar way the temperature unit is being toggled.
Closes #351