What did you do?
Ran the following code:
import humanize
import datetime as dt
humanize.i18n.activate("fr_FR")
output = humanize.naturaltime(dt.datetime(year=2010, month=1, day=1))
print(output)
What did you expect to happen?
Output to be:
What actually happened?
Output was:
What versions are you using?
- OS: Mac OS
- Python: 3.8.6
- Humanize: 4.0.1