summaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index f60af489..b80eb575 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -39,7 +39,8 @@ merge: $(PGOAL).pot
$(PGOAL).pot: $(PL_CFILES) $(CFILES)
xgettext --default-domain=$(PGOAL) -F -n \
--add-comments='-PO' --add-comments=' Translator:'\
- --keyword=_ --keyword=__ --keyword=N_ --keyword=gettext \
+ --keyword=_ --keyword=__ --keyword=N_ --keyword=N \
+ --keyword=gettext \
--language=C $(PL_CFILES) $(CFILES)
mv -f $(PGOAL).po $(PGOAL).pot
@rm -rf $(PL_CFILES)