Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

French issue #1102

Closed
serhii73 opened this issue Nov 24, 2022 · 0 comments · Fixed by #1110
Closed

French issue #1102

serhii73 opened this issue Nov 24, 2022 · 0 comments · Fixed by #1110

Comments

@serhii73
Copy link
Collaborator

serhii73 commented Nov 24, 2022

From #1048 (comment)

another issue I find connected to this one:
other languages sometimes uses 'ago' and for french the dateparser cannot parse it.

from dateparser import parse

parse('4 hours ago')

>> datetime.datetime(2022, 5, 31, 8, 25, 46, 392093)
from dateparser import parse

parse('4 heures ago')

>> None
from dateparser import parse

parse('il y a 4 heures')

>> datetime.datetime(2022, 5, 31, 8, 29, 7, 442826)

I guess it should be really easy to fix this issue,
unless the short days as @hoangchunghien presented are a feature dateparser still doesn't includes

Originally posted by @danks-sayiqan in #1048 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant