aboutsummaryrefslogtreecommitdiffstats
path: root/po
diff options
context:
space:
mode:
Diffstat (limited to 'po')
-rw-r--r--po/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index bc6abc5..5aeda3c 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -17,7 +17,7 @@ all: $(MOFILES)
update: $(NAME).pot
$(NAME).pot: $(PL_FILE) $(DT_FILE)
- xgettext --language=perl --keyword=__ --add-comments=PO: --output tmp1.pot $(PL_FILE)
+ xgettext --language=perl --keyword=N --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