Aarni Koskela

Results 594 comments of Aarni Koskela
trafficstars

@almindor Sorry, I was away from this project for a while 😅 Not a great improvement (current [mess of a code here](https://gist.github.com/akx/f7039f4fe726eb2ebec07c87cb21a485) – curiously enough my particular display doesn't seem...

At _some point_, dropping support for `pytz` will allow us to remove compatibility code, but as said above, we don't require it for Python 3.9+, and will only prefer it...

@kloczek I am aware. Babel has traditionally supported slightly older Python versions as well due to the broad userbase :)

@tomasr8 Can you rebase now that #1105 was merged? Thanks!

Well, `Locale()` is meant to construct a locale exactly as you tell it to, but I do see your point. I see two approaches: - Make the Locale constructor a...

The alias tables don't contain every language/territory/script/variant there is, though. Maybe if we start by validating the pieces to be alphabetical if they exist, and then build up to more...

Those are _alias_ tables, such as ``` json "variant_aliases": { "HEPLOC": "ALALC97", "AALAND": "AX", "POLYTONI": "POLYTON" } ``` that map previously/occasionally used names into the canonical names used by the...

Hi! Thanks for the contribution – could you link to gettext changelog/code for this?

> @akx in case you missed this ;) I was getting married and on holiday. Back in the proverbial office now :)

I can't reproduce this; see below. By default, hidden (dot) directories are excluded by extraction; below, I'll have to explicitly opt in to not do that by setting `--ignore-dirs` by...