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 b0af06f commit da3def8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/locales/nl/parsers/NLCasualDateParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import * as references from "../../../common/casualReferences";

export default class NLCasualDateParser extends AbstractParserWithWordBoundaryChecking {
innerPattern(context: ParsingContext): RegExp {
return /(nu|vandaag|morgen|gisteren)(?=\W|$)/i;
return /(nu|vandaag|morgen|morgend|gisteren)(?=\W|$)/i;
}

innerExtract(context: ParsingContext, match: RegExpMatchArray): ParsingComponents | ParsingResult {
Expand Down

0 comments on commit da3def8

Please sign in to comment.