fix(client): fix cron locale when DOM and DOW both present (#3442)
This commit is contained in:
parent
dada993d80
commit
804e282241
@ -19,7 +19,7 @@
|
||||
"prefixMonths": "的",
|
||||
"prefixMonthDays": "的",
|
||||
"prefixWeekDays": "的",
|
||||
"prefixWeekDaysForMonthAndYearPeriod": "并且",
|
||||
"prefixWeekDaysForMonthAndYearPeriod": "或者",
|
||||
"prefixHours": "的",
|
||||
"prefixMinutes": ":",
|
||||
"prefixMinutesForHourPeriod": "的",
|
||||
|
@ -19,7 +19,7 @@ export default {
|
||||
prefixMonths: '的',
|
||||
prefixMonthDays: '的',
|
||||
prefixWeekDays: '的',
|
||||
prefixWeekDaysForMonthAndYearPeriod: '并且',
|
||||
prefixWeekDaysForMonthAndYearPeriod: '或者',
|
||||
prefixHours: '的',
|
||||
prefixMinutes: ':',
|
||||
prefixMinutesForHourPeriod: '的',
|
||||
|
Loading…
Reference in New Issue
Block a user