From 7ef45ace1db0f06e6561576d045bae2c878e12ad Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sun, 5 Nov 2023 09:32:42 +0000 Subject: Add some hints for translators. --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po/Makefile') diff --git a/po/Makefile b/po/Makefile index d8bc7c9..9fbc4a7 100644 --- a/po/Makefile +++ b/po/Makefile @@ -17,7 +17,7 @@ all: $(NAME).pot $(POFILES) $(MOFILES) update: $(NAME).pot $(NAME).pot: $(PL_FILE) $(DT_FILE) - xgettext --language=perl --keyword=__ --output tmp1.pot $(PL_FILE) + xgettext --language=perl --keyword=__ --add-comments=PO: --output tmp1.pot $(PL_FILE) intltool-update --pot --gettext-package tmp2 msgcat --use-first tmp1.pot tmp2.pot > $@ @rm -r tmp*.pot -- cgit v1.2.1