mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
gdatetime: Add missing #define WEEKDAY_FULL_IS_LOCALE
One more #define WEEKDAY_FULL_IS_LOCALE was missing from the commit
12f11090dc
.
https://bugzilla.gnome.org/show_bug.cgi?id=793578
This commit is contained in:
parent
9cadb90b35
commit
987bf5bbeb
@ -224,6 +224,7 @@ static const gint month_item[2][12] =
|
|||||||
#define WEEKDAY_ABBR(d) (get_weekday_name_abbr (g_date_time_get_day_of_week (d)))
|
#define WEEKDAY_ABBR(d) (get_weekday_name_abbr (g_date_time_get_day_of_week (d)))
|
||||||
#define WEEKDAY_ABBR_IS_LOCALE FALSE
|
#define WEEKDAY_ABBR_IS_LOCALE FALSE
|
||||||
#define WEEKDAY_FULL(d) (get_weekday_name (g_date_time_get_day_of_week (d)))
|
#define WEEKDAY_FULL(d) (get_weekday_name (g_date_time_get_day_of_week (d)))
|
||||||
|
#define WEEKDAY_FULL_IS_LOCALE FALSE
|
||||||
/* We don't yet know if nl_langinfo (MON_n) returns standalone or complete-date
|
/* We don't yet know if nl_langinfo (MON_n) returns standalone or complete-date
|
||||||
* format forms but if nl_langinfo (ALTMON_n) is not supported then we will
|
* format forms but if nl_langinfo (ALTMON_n) is not supported then we will
|
||||||
* have to use MONTH_FULL as standalone. The same if nl_langinfo () does not
|
* have to use MONTH_FULL as standalone. The same if nl_langinfo () does not
|
||||||
|
Loading…
Reference in New Issue
Block a user