summaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2002-11-11 15:53:39 +0000
committerPablo Saratxaga <pablo@mandriva.com>2002-11-11 15:53:39 +0000
commit47b6719dc62fd894c328cd77ffcdf708235ea087 (patch)
treef5f749a2245fe1b29bd1e0d3f5c80afe4688b732 /po/Makefile
parent2f10a8513a803b2e6dab752b4bd6b1afcfa6955f (diff)
downloadmgaonline-47b6719dc62fd894c328cd77ffcdf708235ea087.tar
mgaonline-47b6719dc62fd894c328cd77ffcdf708235ea087.tar.gz
mgaonline-47b6719dc62fd894c328cd77ffcdf708235ea087.tar.bz2
mgaonline-47b6719dc62fd894c328cd77ffcdf708235ea087.tar.xz
mgaonline-47b6719dc62fd894c328cd77ffcdf708235ea087.zip
Added "N" as a tag for translatable strings
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index 4b9e8204..d276f0c9 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -29,7 +29,8 @@ $(PL_CFILES): %_.c: %
%.pot: $(PL_CFILES)
xgettext -F -n --add-comments='-PO' --keyword=__ --keyword=_ \
- --keyword=N_ --keyword=I_ --keyword=i18n \
+ --keyword=N_ --keyword=N \
+ --keyword=I_ --keyword=i18n \
--language=C -o $@ $(PL_CFILES)
@rm -rf $(PL_CFILES)