Aarni Koskela
Aarni Koskela
1. Sure, just a frozenset of ISO 3166-2s should be fine to begin with, I think? (A list is needlessly ordered.) 2. It shouldn't be hard-coded (in fact `LOCALE_ALIASES` probably...
Scraping the Wikipedia page during the import process sounds like a bad idea, and dealing with ISO to license the country codes for use in Babel also sounds problematic. :(...
> What I can do is file an issue with a license request, and just ask if we’d use parts of their data to generate this package. What says you?...
PRs are very much welcome :)
`extract` doesn't read the file it's writing to, so it can't exactly "not update" a thing it doesn't know about. If you need functionality to force the `POT-Creation-Date` to a...
Can you share what the input (`self._textvariable.get()`) there had been, and what `locale` was? FWIW, I think this is more a change between babel-2.9.1 and babel-2.11.0 than related to Python...
Yeah, it looks like `--dry-run` has been broken for a while. Which version of Babel are you running? Could you also show the relevant parts of `setup.py`..? I'd rather like...
Thanks for the extensive overview of how you guys do things! My first gut feeling is that requiring LDML XMLen for overrides is Not A Good Idea, mostly owing to...
Writing an utility to convert your patch XMLen to Python patch statements doesn't sound like an impossible approach, really. (As a matter of fact, I was thinking a "generic" patcher...
Sounds like a great idea :)