Mercurial > p > roundup > code
comparison CHANGES.txt @ 8080:d1c29284ccd9
feat: issue2551287 - roundup-gettext extracts strings from detectors/extensions
Enhance roundup_gettext.py to extract strings from
detectors/extensions. If the polib module is available,
roundup-gettext will extract translatable strings from the tracker's
Python code. If polib is missing, it will print a warning.
Marcus did most of the work, I had to do a python 2-> conversion of
pygettext.py.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 13 Jul 2024 18:27:11 -0400 |
| parents | 3a2762144b65 |
| children | 95f91b6f0386 |
comparison
equal
deleted
inserted
replaced
| 8079:e3c5f85af7d5 | 8080:d1c29284ccd9 |
|---|---|
| 10 Python v2.5 and v2.6. Starting with the v1.6 releases of Roundup | 10 Python v2.5 and v2.6. Starting with the v1.6 releases of Roundup |
| 11 v2.7.2 or later are required to run newer releases of Roundup. | 11 v2.7.2 or later are required to run newer releases of Roundup. |
| 12 Roundup 2.0 supports Python 3.4 and later. Roundup 2.1.0 supports | 12 Roundup 2.0 supports Python 3.4 and later. Roundup 2.1.0 supports |
| 13 python 3.6 or newer (3.4/3.5 might work, but they are not tested). | 13 python 3.6 or newer (3.4/3.5 might work, but they are not tested). |
| 14 Roundup 2.4.0 is the last release to support Python 2. | 14 Roundup 2.4.0 is the last release to support Python 2. |
| 15 | |
| 16 2025-XX-XX 2.5.0 | |
| 17 | |
| 18 Fixed: | |
| 19 | |
| 20 Features: | |
| 21 | |
| 22 - issue2551287 - Enhance roundup_gettext.py to extract strings from | |
| 23 detectors/extensions. If the polib module is available, | |
| 24 roundup-gettext will extract translatable strings from the tracker's | |
| 25 Python code. If polib is missing, it will print a warning. (Patch | |
| 26 Marcus Priesch, cleanup to remove python 2 issues, John Rouillard.) | |
| 15 | 27 |
| 16 2024-07-13 2.4.0 | 28 2024-07-13 2.4.0 |
| 17 | 29 |
| 18 Fixed: | 30 Fixed: |
| 19 | 31 |
