We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Read the source code of Polish locale.
Have correct translation of 10**9 as "miliard".
10**9
10**9 is translated as "bilion".
Please include code that reproduces the issue. NA
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.
I would be happy to fix it when I find some time ;)
Long scale vs short scale
The text was updated successfully, but these errors were encountered:
The Polish translations are in https://github.com/jmoiron/humanize/blob/master/src/humanize/locale/pl_PL/LC_MESSAGES/humanize.po
A PR would be welcome! You can edit the file directly via the GitHub UI, no need to create a local clone and push.
Sorry, something went wrong.
🚀 Development has moved to https://github.com/python-humanize/humanize 🚀
Please open new issues at https://github.com/python-humanize/humanize/issues
No branches or pull requests
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?
Please include code that reproduces the issue.
NA
What is the correct solution?
French locale seems have it done right:
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
The text was updated successfully, but these errors were encountered: