mirror of
https://github.com/facebook/duckling.git
synced 2024-11-24 07:23:03 +03:00
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:
parent
6f9bff5a5f
commit
fd3b51b0e0
@ -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\\." )
|
||||
|
Loading…
Reference in New Issue
Block a user