Skip to content

Short scale instead of long scale for Polish locale #249

@mjmikulski

Description

@mjmikulski

What did you do?

Read the source code of Polish locale.

What did you expect to happen?

Have correct translation of 10**9 as "miliard".

What actually happened?

10**9 is translated as "bilion".

What versions are you using?

  • OS: NA
  • Python: NA
  • Humanize: master

Please include code that reproduces the issue.
NA

What is the correct solution?

French locale seems have it done right:

#: src/humanize/number.py:142
msgid "billion"
msgid_plural "billion"
msgstr[0] "milliard"
msgstr[1] "milliard"

In Polish we use long scale as in French.

Who can fix it?

I would be happy to fix it when I find some time ;)

Resources

Long scale vs short scale

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions