summaryrefslogtreecommitdiff
path: root/po/Makevars
diff options
context:
space:
mode:
authorpixel <pixel>2003-03-18 16:26:14 +0000
committerpixel <pixel>2003-03-18 16:26:14 +0000
commitc133f790e21a86c30584abe67b18297b29039209 (patch)
tree86936d381b52ea8204f3c483acee88ccfe5bd972 /po/Makevars
parent5df4e04d7c7e16e1793322f1436cd9c6bb1322bb (diff)
gettext
Diffstat (limited to 'po/Makevars')
-rw-r--r--po/Makevars4
1 files changed, 2 insertions, 2 deletions
diff --git a/po/Makevars b/po/Makevars
index 8b09f53..856190c 100644
--- a/po/Makevars
+++ b/po/Makevars
@@ -8,7 +8,7 @@ subdir = po
top_builddir = ..
# These options get passed to xgettext.
-XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
+XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --c++
# This is the copyright holder that gets inserted into the header of the
# $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
@@ -18,7 +18,7 @@ XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
# or entity, or to disclaim their copyright. The empty string stands for
# the public domain; in this case the translators are expected to disclaim
# their copyright.
-COPYRIGHT_HOLDER = Free Software Foundation, Inc.
+COPYRIGHT_HOLDER = Nicolas Noble <nicolas@nobis-crew.org>
# This is the list of locale categories, beyond LC_MESSAGES, for which the
# message catalogs shall be used. It is usually empty.