added hebrew translations (#1724)
first day of week in datepicker is locale specific now
This commit is contained in:
@@ -38,7 +38,7 @@ export default class KimaiDateTimePicker extends KimaiPlugin {
|
||||
autoUpdateInput: false,
|
||||
locale: {
|
||||
format: localeFormat,
|
||||
firstDay: 1,
|
||||
firstDay: moment().startOf('week').format('d'),
|
||||
applyLabel: TRANSLATE.get('confirm'),
|
||||
cancelLabel: TRANSLATE.get('cancel'),
|
||||
customRangeLabel: TRANSLATE.get('customRange'),
|
||||
|
||||
Reference in New Issue
Block a user