Skip to content

Commit 1e4c73c

Browse files
committed
[dateparser] Fix parsing very short weekday names
- Add three letter name for `wednesday` - #1170
1 parent f638325 commit 1e4c73c

File tree

1 file changed

+1
-0
lines changed
  • dateparser/data/date_translation_data

1 file changed

+1
-0
lines changed

dateparser/data/date_translation_data/en.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
],
6363
"wednesday": [
6464
"we",
65+
"wed",
6566
"wednesday"
6667
],
6768
"thursday": [

0 commit comments

Comments
 (0)