Skip to content

Commit

Permalink
readd morgend so we dont break
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenVdb committed Feb 3, 2021
1 parent 5880738 commit b0af06f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/locales/nl/parsers/NLCasualDateParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export default class NLCasualDateParser extends AbstractParserWithWordBoundaryCh
return references.today(context.refDate);

case "morgen":
case "morgend":
return references.tomorrow(context.refDate);

case "gisteren":
Expand Down

0 comments on commit b0af06f

Please sign in to comment.