Locale data JS merged

cronstrue Japanese day-of-month step description is mistranslated

Japanese day-of-month step description not scoped to a month

cronstrue · bradymholt/cRonstrue

Symptom

The Japanese description for a day-of-month step was not scoped to a month, producing a mistranslated cron description.

Minimal repro
cronstrue.toString('0 0 1-31/3 * *', { locale: 'ja' }); the description is not scoped to the month.
Fix

Scope the ja day-of-month step description to a month.

Merged PR → #cronstrue-ja-day-of-month-step

Also in: JavaScript

← all 93 entries