Roundup Tracker - Issues

Message7806

Author rouilj
Recipients rouilj
Date 2023-07-21.00:33:23
Message-id <1689899604.11.0.905831965931.issue2551287@roundup.psfhosted.org>
In-reply-to
In issue2551184 the 4th mega patch included updates for roundup_gettext.py
to extract text from detectors and extensions. It used to only get translations from
templates.

This patch requires a vendored pygettext.py which is mostly abandoned although
some interest was expressed:

 https://discuss.python.org/t/modernize-and-add-missing-features-to-pygettext/26455

It also requires that polib (https://polib.readthedocs.io) be installed to merge
the po files generated from the html template files and detector/extensions (msg7469).

Not sure we want to require that.

Ralf thoughts?


I'll upload the patch I currently synthesized out of the mega patch.
History
Date User Action Args
2023-07-21 00:33:24rouiljsetmessageid: <1689899604.11.0.905831965931.issue2551287@roundup.psfhosted.org>
2023-07-21 00:33:24rouiljsetrecipients: + rouilj
2023-07-21 00:33:24rouiljlinkissue2551287 messages
2023-07-21 00:33:23rouiljcreate