diff options
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index 573f7d99..1ed7564f 100644 --- a/po/Makefile +++ b/po/Makefile @@ -35,7 +35,7 @@ merge: $(PGOAL).pot $(PGOAL).pot: $(PL_CFILES) $(WIZCFILES) xgettext -F -n --add-comments='-PO' \ - --keyword=_ --keyword=__ --keyword=N_ \ + --keyword=_ --keyword=__ --keyword=N_ --keyword=N \ --language=C -o $@ $(PL_CFILES) $(WIZCFILES) echo -e "\\nmsgid \"Cancel\"\\nmsgstr \"\"" >> drakwizard.pot echo -e "\\nmsgid \"Next ->\"\\nmsgstr \"\"" >> drakwizard.pot |