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 4b9e8204..d276f0c9 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -29,7 +29,8 @@ $(PL_CFILES): %_.c: %
%.pot: $(PL_CFILES)
xgettext -F -n --add-comments='-PO' --keyword=__ --keyword=_ \
- --keyword=N_ --keyword=I_ --keyword=i18n \
+ --keyword=N_ --keyword=N \
+ --keyword=I_ --keyword=i18n \
--language=C -o $@ $(PL_CFILES)
@rm -rf $(PL_CFILES)