Tomas R.
Tomas R.
> The setup worked well locally for me! Any specific functionality to test? E.g. I didn't try the PDF generation from LaTeX. > > I'll test a setup with my...
> Would you like to see whether that's something that affects us and implement whatever changes are relevant in scripts/import_cldr.py? If you don't have the bandwidth, it's fine, I can...
I updated the PR to handle the parent locale changes. I just hope I understood it correctly :sweat_smile:
@akx What do you think? Should we fix this?
Looks like the only thing that changed is more format specifier replacements which we could add as well: ```python if 'k' in skeleton and not any('k' in option for option...
Yeah, that sounds like the best option
For context, xgettext does not wrap location lines, only messages, even when specifying `--width=X`. We should probably do the same
FWIW `xgettext` allows it without raising any warnings: ``` xgettext -o - --keyword=translate:1 --keyword=translate:1,2 test.py ``` Based on that, I think we should support it as well
Sorry for the late answer @EmilyBStudent ! > Currently I'm using tuples to contain the collection of relevant specs, but since specs are also represented as tuples, that's causing significant...
Just putting it here, we should also add documentation for the new TOML config: https://github.com/python-babel/babel/pull/1108