summaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2002-11-11 15:45:17 +0000
committerPablo Saratxaga <pablo@mandriva.com>2002-11-11 15:45:17 +0000
commita64a9c03831b961bcc05d9f8a6b5ac6d8a418c57 (patch)
tree63c02de67e1641b1f832fff664e2bd31fa906f9d /po/Makefile
parent86772a68a6e2a329d9ad1c9f5364a2a32cde88aa (diff)
downloadcontrol-center-a64a9c03831b961bcc05d9f8a6b5ac6d8a418c57.tar
control-center-a64a9c03831b961bcc05d9f8a6b5ac6d8a418c57.tar.gz
control-center-a64a9c03831b961bcc05d9f8a6b5ac6d8a418c57.tar.bz2
control-center-a64a9c03831b961bcc05d9f8a6b5ac6d8a418c57.tar.xz
control-center-a64a9c03831b961bcc05d9f8a6b5ac6d8a418c57.zip
updated po file, added recognition of "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 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 $@