aboutsummaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2023-11-05 09:32:42 +0000
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2023-11-05 09:32:42 +0000
commit7ef45ace1db0f06e6561576d045bae2c878e12ad (patch)
treeb5b517de2a01316f68319c76f9fd6538120947cb /po/Makefile
parent8d750ce02f00531871737e8afeb2805af6e221a3 (diff)
downloadqarepo-7ef45ace1db0f06e6561576d045bae2c878e12ad.tar
qarepo-7ef45ace1db0f06e6561576d045bae2c878e12ad.tar.gz
qarepo-7ef45ace1db0f06e6561576d045bae2c878e12ad.tar.bz2
qarepo-7ef45ace1db0f06e6561576d045bae2c878e12ad.tar.xz
qarepo-7ef45ace1db0f06e6561576d045bae2c878e12ad.zip
Add some hints for translators.
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile2
1 files changed, 1 insertions, 1 deletions
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