GNOME Bugzilla – Bug 695242
using 24 hour clock for forecast
Last modified: 2013-03-05 22:51:24 UTC
It is using 24 hour clock for forecast even though my settings are 12 hour.
Created attachment 238160 [details] [review] forecast: use GSettings clock-format string instead of hardcoding 24h
Review of attachment 238160 [details] [review]: ::: src/forecast.js @@ +247,3 @@ + timeFormat = '%l:%M %p' + else + timeFormat = '%k:%M' Needs to be translated.
Created attachment 238166 [details] [review] forecast: use GSettings clock-format string instead of hardcoding 24h -- Now translatable and using the unicode ratio character instead of :
Review of attachment 238166 [details] [review]: Yes.
Attachment 238166 [details] pushed as 3611f9e - forecast: use GSettings clock-format string instead of hardcoding 24h