From 04533f7c4cc9e697c4824915570ebec0e9099541 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Mon, 11 Nov 2002 15:54:29 +0000 Subject: Added "N" as a tag for translatable strings --- po/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'po') diff --git a/po/Makefile b/po/Makefile index f60af489..b80eb575 100644 --- a/po/Makefile +++ b/po/Makefile @@ -39,7 +39,8 @@ merge: $(PGOAL).pot $(PGOAL).pot: $(PL_CFILES) $(CFILES) xgettext --default-domain=$(PGOAL) -F -n \ --add-comments='-PO' --add-comments=' Translator:'\ - --keyword=_ --keyword=__ --keyword=N_ --keyword=gettext \ + --keyword=_ --keyword=__ --keyword=N_ --keyword=N \ + --keyword=gettext \ --language=C $(PL_CFILES) $(CFILES) mv -f $(PGOAL).po $(PGOAL).pot @rm -rf $(PL_CFILES) -- cgit v1.2.1