Skip to content

Translation for thousands is wrong in French #191

@enlivn

Description

@enlivn

What did you do?

>>> import humanize as h
>>> print(h.__version__)
4.8.0
>>> h.i18n.activate('fr')
<gettext.GNUTranslations object at 0x1033a9c30>
>>> h.intword(22382)
'22.4 thousand'

What did you expect to happen?

thousand should be mille or milles for plural in French

What actually happened?

prints thousand

What versions are you using?

  • OS: MacOS Sonoma 14.5
  • Python: 3.10.11
  • Humanize: 4.8.0

See code snippet at start of issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions