fix(client): fix cron locale when DOM and DOW both present (#3442)

This commit is contained in:
Junyi 2024-01-26 18:09:21 +08:00 committed by GitHub
parent dada993d80
commit 804e282241
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
"prefixMonths": "的",
"prefixMonthDays": "的",
"prefixWeekDays": "的",
"prefixWeekDaysForMonthAndYearPeriod": "并且",
"prefixWeekDaysForMonthAndYearPeriod": "或者",
"prefixHours": "的",
"prefixMinutes": ":",
"prefixMinutesForHourPeriod": "的",

View File

@ -19,7 +19,7 @@ export default {
prefixMonths: '的',
prefixMonthDays: '的',
prefixWeekDays: '的',
prefixWeekDaysForMonthAndYearPeriod: '并且',
prefixWeekDaysForMonthAndYearPeriod: '或者',
prefixHours: '的',
prefixMinutes: ':',
prefixMinutesForHourPeriod: '的',