GNOME Bugzilla – Bug 786143
Wrong calendar month/day format
Last modified: 2017-11-19 17:46:26 UTC
Created attachment 357395 [details] [review] trivial translation change to fix the issue Using gnome-calendar 3.24 in month view in french when clicking on a day the new event pop says "Nouvel événement le <mois> <jour>", the arguments should be reversed the issue is that the code is using label_title = g_date_time_format (day, _("%B %d")); where %B is the month and %d it should be translated as "%d %B" in french
also see bug 786022 for the bigger issue with this construction
Review of attachment 357395 [details] [review]: LGTM
fixed in gnome-3-26 & master pushed as 8575e5dd94581838a81698dbcd23d0e5868032ae