From 6280973262bee6f4cd7dc20c1e1e799b71873eed Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Mon, 11 Nov 2002 15:49:37 +0000 Subject: Added "N" as a tag for translatable strings --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po/Makefile') 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 -- cgit v1.2.1