diff 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
line wrap: on
line diff
--- a/CHANGES.txt	Sat Jul 13 10:22:55 2024 -0400
+++ b/CHANGES.txt	Sat Jul 13 18:27:11 2024 -0400
@@ -13,6 +13,18 @@
 python 3.6 or newer (3.4/3.5 might work, but they are not tested).
 Roundup 2.4.0 is the last release to support Python 2.
 
+2025-XX-XX 2.5.0
+
+Fixed:
+
+Features:
+
+- issue2551287 - 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. (Patch
+  Marcus Priesch, cleanup to remove python 2 issues, John Rouillard.)
+
 2024-07-13 2.4.0
 
 Fixed:

Roundup Issue Tracker: http://roundup-tracker.org/