After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 659187 - Calendar drop down weekdays should match the language used for the date
Calendar drop down weekdays should match the language used for the date
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: calendar
3.6.x
Other Linux
: Normal normal
: ---
Assigned To: David Zeuthen (not reading bugmail)
gnome-shell-maint
: 669075 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2011-09-15 20:48 UTC by Olav Vitters
Modified: 2015-03-03 09:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot (38.77 KB, image/png)
2011-09-15 20:48 UTC, Olav Vitters
  Details
Screenshot showing the issue in Gnome 3.6.2 on Arch Linux (132.22 KB, image/png)
2013-01-04 17:30 UTC, conleymoorhous+extra
  Details
calendar: Use LC_TIME to translate day headers (2.19 KB, patch)
2015-03-03 09:08 UTC, Florian Müllner
committed Details | Review

Description Olav Vitters 2011-09-15 20:48:10 UTC
Created attachment 196673 [details]
screenshot

Similar to bug 659185.

My Language is English. My region is the Netherlands. For dates it shows the Dutch names for the days.

E.g. "donderdag" instead of "Thursday".

In the calendar dropdown it shows:

"donderdag september 15, 2011" (order is wrong, bug 659185)

So if it uses "d" for Thursday, I expect the week overview to also have a "d".

Week correctly starts on a Monday btw.

What I'd expect:

M D W D V Z Z

(in English this would be: Mon Tue Wed Thu Fri Sat Sun)
Comment 1 Olav Vitters 2011-09-15 20:50:50 UTC
PS: we do not use capitals for weekdays (or months) in the Netherlands. Not sure if you still want to force it. 

+ I've set the show-weeknr gsettings bit, but do not think it matters.
Comment 2 Florian Müllner 2012-01-31 13:56:33 UTC
*** Bug 669075 has been marked as a duplicate of this bug. ***
Comment 3 conleymoorhous+extra 2013-01-04 17:30:23 UTC
Created attachment 232772 [details]
Screenshot showing the issue in Gnome 3.6.2 on Arch Linux
Comment 4 conleymoorhous+extra 2013-01-04 17:33:35 UTC
This is still happening to me with the 3.6.2. Region is Swedish, language is English. Notice that the days are displayed correctly above the day-of-the-week indicator (lowercase 'torsdag' instead of 'Tuesday'). Maybe doing something like getting the first character of each weekday could solve both issues (wrong case and wrong letter).
Comment 5 Florian Müllner 2015-03-03 09:08:47 UTC
The following fix has been pushed:
5a47ad8 calendar: Use LC_TIME to translate day headers
Comment 6 Florian Müllner 2015-03-03 09:08:53 UTC
Created attachment 298391 [details] [review]
calendar: Use LC_TIME to translate day headers

Date/time related strings should use the locale described by LC_TIME
rather than LC_MESSAGES.