You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cron expression being passed in is a valid expression. cRonstrue does not validate expressions and assumes the one you pass is already valid. See the FAQ for more details.
In Dutch when referring to a time we say "Om" and not "Op". In the German locale I see "Um", which is correct. So where the German locale says "Um" the Dutch locale should say "Om".
Cron Expression
30 5 * * *
Expected Output
"Om 05:30"
Actual Output
"Op 05:30"
Prerequisites
In Dutch when referring to a time we say "Om" and not "Op". In the German locale I see "Um", which is correct. So where the German locale says "Um" the Dutch locale should say "Om".
at
: https://github.com/bradymholt/cRonstrue/blob/main/src/i18n/locales/nl.ts#L36atSpace
: https://github.com/bradymholt/cRonstrue/blob/main/src/i18n/locales/nl.ts#L30atX0
: https://github.com/bradymholt/cRonstrue/blob/main/src/i18n/locales/nl.ts#L69Brilliant package!
The text was updated successfully, but these errors were encountered: