Hugo van Kemenade
Hugo van Kemenade
@mmarras That would be great! I don't remember by now, https://github.com/jmoiron/humanize/pull/154/commits/a75d18cb109012b5ebc94ae0aaf976a743c581f2 was the main commit, the others in the PR were mostly cosmetic and some have already been applied. At...
Thanks for the report. I'm not sure how well suited this library is to adapt for this, but would review a PR if you'd like to look into it.
"migliaia" was added in https://github.com/python-humanize/humanize/pull/97 by @aborruso, would you like to agree together what it should be and create a new PR if needed? > Also, is there a way...
We start with `.po` files (in https://github.com/python-humanize/humanize/tree/main/src/humanize/locale) and then during release run [`scripts/generate-translation-binaries.sh`](https://github.com/python-humanize/humanize/blob/main/scripts/generate-translation-binaries.sh), which essentially runs this command to compile binary `.mo` files: ```sh msgfmt --check -o path/to/humanize{.mo,.po} ```
Any more questions for this?
I'll add the PR label, thanks! (And it's an addition not skip.) Please could you add some test cases so Y, YiB, and YB are still covered somehow?
Thanks, but unfortunately issue transfer only works within the same user/org account: > Note: You can only transfer issues between repositories owned by the same user or organization account. A...
I've opened a PEP 541 request to ask for admin access on PyPI to set up uploading via [trusted publisher](https://blog.pypi.org/posts/2023-04-20-introducing-trusted-publishers/): * https://github.com/pypi/support/issues/2916
Re: https://github.com/jmoiron/humanize/issues/139#issuecomment-995020916 I've also requested https://humanize.readthedocs.io so we can move the docs there from https://python-humanize.readthedocs.io: * https://github.com/readthedocs/readthedocs.org/issues/10420