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:
Rafal Luzynski 2018-03-13 02:28:42 +01:00 committed by Philip Withnall
parent 9cadb90b35
commit 987bf5bbeb

View File

@ -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_IS_LOCALE FALSE
#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
* 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