Commit a8fb0cc3 authored by Michal Čihař's avatar Michal Čihař

Correct first day of week for datepicker

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 52b41524
......@@ -1563,7 +1563,8 @@
months: [gettext("January"), gettext("February"), gettext("March"), gettext("April"), gettext("May"), gettext("June"), gettext("July"), gettext("August"), gettext("September"), gettext("October"), gettext("November"), gettext("December")],
monthsShort: [gettext("Jan"), gettext("Feb"), gettext("Mar"), gettext("Apr"), gettext("May"), gettext("Jun"), gettext("Jul"), gettext("Aug"), gettext("Sep"), gettext("Oct"), gettext("Nov"), gettext("Dec")],
today: gettext("Today"),
clear: gettext("Clear")
clear: gettext("Clear"),
weekStart: django.formats.FIRST_DAY_OF_WEEK
}
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment