add optional 's' to 'donnerstag' in DE time rules (#741)

Summary:
as title

Pull Request resolved: https://github.com/facebook/duckling/pull/741

Reviewed By: bigfootjon

Differential Revision: D63851824

Pulled By: patapizza

fbshipit-source-id: e629118d410dcde06bd9a80c810577805218193a
This commit is contained in:
konrad 2024-10-03 15:42:15 -07:00 committed by Facebook GitHub Bot
parent 6f9bff5a5f
commit fd3b51b0e0

View File

@ -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\\." )