diff options
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index 68239d2e..e41b2e86 100644 --- a/po/Makefile +++ b/po/Makefile @@ -35,7 +35,7 @@ clean: $(PGOAL).pot: $(PL_CFILES) $(CFILES) xgettext -F -n --add-comments='-PO' --default-domain=$(PGOAL) \ - --keyword=_ --keyword=__ --keyword=N_ \ + --keyword=_ --keyword=__ --keyword=N_ --keyword=N \ --keyword=I_ --keyword=i18n \ --language=C $(PL_CFILES) $(CFILES) mv $(PGOAL).po $@ |