- Status Confirmed
- Percent Complete
- Task Type TODO
- Category Translations
- Assigned To No-one
- Operating System All
- Severity Very Low
- Priority Very Low
- Reported Version 1.0-beta
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Attached to Project: Flyspray - The bug killer!
Opened by peterdd - 01.07.2016
Last edited by peterdd - 03.03.2019
Opened by peterdd - 01.07.2016
Last edited by peterdd - 03.03.2019
FS#2143 - jscalendar: week start should be monday, ISO 8601
The current jscalendar shows sunday as the first day of the week by default.
Could be modified for a language by adding
// First day of the week. 0 means Sunday, 1 means Monday Calendar._FD = 1;
js/jscalendar/lang/calendar-XX.js
It should default to Monday as defined by ISO 8601.
There is an option for that, see
js/jscalendar/lang/calendar-de.js
https://github.com/Flyspray/flyspray/commit/f7831b7f6845e237b79da2a68d475f21a24fff72#diff-70a18ca66e
jscalendar/lang/calendar-bg.js and jscalendar/lang/calendar-he.js are fixed now.