Skip to content

Commit

Permalink
add optional 's' to 'donnerstag' in DE time rules (facebook#741)
Browse files Browse the repository at this point in the history
Summary:
as title

Pull Request resolved: facebook#741

Reviewed By: bigfootjon

Differential Revision: D63851824

Pulled By: patapizza

fbshipit-source-id: e629118d410dcde06bd9a80c810577805218193a
  • Loading branch information
kobrue02 authored and facebook-github-bot committed Oct 3, 2024
1 parent 6f9bff5 commit fd3b51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Duckling/Time/DE/Rules.hs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ruleDaysOfWeek = mkRuleDaysOfWeek
[ ( "Montag" , "montags?|mo\\.?" )
, ( "Dienstag" , "die?nstags?|di\\.?" )
, ( "Mittwoch" , "mittwochs?|mi\\.?" )
, ( "Donnerstag", "donn?erstag|do\\.?" )
, ( "Donnerstag", "donn?erstags?|do\\.?" )
, ( "Freitag" , "freitags?|fr\\.?" )
, ( "Samstag" , "samstags?|sonnabends?|sa\\.?" )
, ( "Sonntag" , "sonntags?|so\\." )
Expand Down

0 comments on commit fd3b51b

Please sign in to comment.