Aarni Koskela

Results 598 comments of Aarni Koskela
trafficstars

So it would seem! 😄 Please see https://github.com/unicode-org/cldr/pull/3231 for the PR that changed this in the CLDR data.

Closing since there's nothing we can do about this on the Babel side of the fence.

I think implicitly finding `nl_BQ` for `und_BQ` would be unexpected behavior. If you have an `und_XX` locale, you can use `get_territory_language_info()` to find which language(s) are spoken in `XX`, and...

This seems related to #35, #80. Also of interest: https://github.com/nijel/weblate/issues/345

@DenverCoder1 If you have a moment, could you review this? :)

@miigotu There's no policy or stopper preventing a PR for pyproject.toml. However: * care should be taken to keep Babel working even when no TOML capabilities are present, * the...

> Poetry or flit are the leading tools to package new projects. I disagree - I've been starting to use PyPA's own [`hatch`](https://hatch.pypa.io/latest/) for my libraries as that's what [the...

@miigotu Happy birthday! 🍰 Also, yeah, "I disagree" may have been a bit inaccurate - what I meant was that I don't think `poetry` and `flit` are necessarily the two...

@jpmckinney Hi there! Since Babel 2.16 (brand new), you should be able to put the mapping configuration in `pyproject.toml` too; see the syntax over at #1108. Would be grand if...

> Should I just push the file I changed or everything except the .venv? Your commit(s) should only have relevant changes.