Closed lomion0815 closed 4 years ago
Those regex changes don't seem to do anything :thinking:
Singular is fixed in the regex.
Before: 1 Woche => no match 2 Wochen => match
rf"(?:(?P
It already worked like that though? The regex wochen?
matches both "woche" and "wochen"
Timedelta Matcher did not work if no message was set. See commit a1aba2dd768f21d9780534ce7ca8e6e624235c08 where German timedelta regex were missed. also including minor changes in the german regex.