diff locale/Makefile @ 7797:8bdf0484215c

Summary: feat: roundup-admin history command has human interpretable output Reformat journal entries and make try to make readable sentences out of them. Set up translation markers and added hints for the tanslators by marking translator comments with; # .Hint text for translator on the line before _() markers. Doc'ed changes in roundup-admin docs and added info to upgrading.txt. If the user wants old format, they can call history designator raw
author John Rouillard <rouilj@ieee.org>
date Sun, 10 Mar 2024 21:59:20 -0400
parents ed0fce27fd75
children 8824c81cc431
line wrap: on
line diff
--- a/locale/Makefile	Sun Mar 10 17:41:16 2024 -0400
+++ b/locale/Makefile	Sun Mar 10 21:59:20 2024 -0400
@@ -86,6 +86,7 @@
 	VERSION="`${RUN_PYTHON} -c 'from roundup import __version__; \
 	                            print(__version__)';`"; \
 	${XGETTEXT} -j -w 80 -F \
+	  --add-comments=".Hint " \
 	  --package-name=Roundup \
 	  --package-version=$$VERSION \
 	  --msgid-bugs-address=roundup-devel@lists.sourceforge.net \

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