summaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2002-11-11 15:49:37 +0000
committerPablo Saratxaga <pablo@mandriva.com>2002-11-11 15:49:37 +0000
commit6280973262bee6f4cd7dc20c1e1e799b71873eed (patch)
treed12b70d052fd3778c1a43f6a4de0174af83d8a45 /po/Makefile
parent109910f5860a350f2ff69c259dbd4664a025ab11 (diff)
downloaddrakwizard-6280973262bee6f4cd7dc20c1e1e799b71873eed.tar
drakwizard-6280973262bee6f4cd7dc20c1e1e799b71873eed.tar.gz
drakwizard-6280973262bee6f4cd7dc20c1e1e799b71873eed.tar.bz2
drakwizard-6280973262bee6f4cd7dc20c1e1e799b71873eed.tar.xz
drakwizard-6280973262bee6f4cd7dc20c1e1e799b71873eed.zip
Added "N" as a tag for translatable strings
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile2
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