Something wrong with no english strin months?
crossmax opened this issue · 0 comments
crossmax commented
Hi.
Even though MONTH_PATTERNS contains months in Spanish, the module is not able to locate string dates in Spanish.
>>> list(datefinder.find_dates("2 de septiembre de 2016")) []
>>> list(datefinder.find_dates("2 septiembre 2016")) []
Can you resolve this behavior?
Thanks