scrapinghub / dateparser

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

Missing abbreviation of Russian Thursday #436

Closed YogevHend closed 2 years ago

YogevHend commented 6 years ago

Parsing the following string '19/07/18 Чтв 21:14:09' Will result in None. If you look at the code You'll see that the entry for Thursday contains

        "четверг",
        "чт"

I.e missing чтв.

wRAR commented 6 years ago

@acheleo actually there is no 3-letter abbreviations for weekdays there.

Gallaecio commented 2 years ago

Solved by https://github.com/scrapinghub/dateparser/pull/1082