Skip to content

Commit

Permalink
[dateparser] Fix parsing very short weekday names
Browse files Browse the repository at this point in the history
- Add three letter name for `wednesday`
- #1170
  • Loading branch information
adnan-awan committed Jan 28, 2024
1 parent f638325 commit 1e4c73c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dateparser/data/date_translation_data/en.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
],
"wednesday": [
"we",
"wed",
"wednesday"
],
"thursday": [
Expand Down

0 comments on commit 1e4c73c

Please sign in to comment.