scrapinghub / dateparser

python parser for human readable dates
BSD 3-Clause "New" or "Revised" License
2.54k stars 464 forks source link

Fix short weekday names #1214

Open adnan-awan opened 8 months ago

adnan-awan commented 8 months ago

Fixes https://github.com/scrapinghub/dateparser/issues/1170

wRAR commented 8 months ago

Please check https://github.com/scrapinghub/dateparser/blob/master/CONTRIBUTING.rst#guidelines-for-editing-translation-data about editing language data (you edited a generated file).

Gallaecio commented 8 months ago

Any idea about the failing test?

Gallaecio commented 8 months ago

Could you add tests for the fix itself? (7 dates with the short weekday form that are properly parsed) I think that’s all that’s left.