aboutsummaryrefslogtreecommitdiff
path: root/po/Makevars.template
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-06-27 19:50:10 +0000
committerChristian Grothoff <christian@grothoff.org>2015-06-27 19:50:10 +0000
commit2eed057f8535501052b2335bc3f0a362197ad617 (patch)
treebb4c1ed18d7bc53f0352a2dbfb65e1207105ead5 /po/Makevars.template
parent50c38f10458a775b2b7462de6c686f1c76c5039e (diff)
downloadgnunet-2eed057f8535501052b2335bc3f0a362197ad617.tar.gz
gnunet-2eed057f8535501052b2335bc3f0a362197ad617.zip
downgrade to gettext 0.18.3 for more sane availability
Diffstat (limited to 'po/Makevars.template')
-rw-r--r--po/Makevars.template25
1 files changed, 0 insertions, 25 deletions
diff --git a/po/Makevars.template b/po/Makevars.template
index 0648ec759..4a9ff7d23 100644
--- a/po/Makevars.template
+++ b/po/Makevars.template
@@ -20,13 +20,6 @@ XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
20# their copyright. 20# their copyright.
21COPYRIGHT_HOLDER = Free Software Foundation, Inc. 21COPYRIGHT_HOLDER = Free Software Foundation, Inc.
22 22
23# This tells whether or not to prepend "GNU " prefix to the package
24# name that gets inserted into the header of the $(DOMAIN).pot file.
25# Possible values are "yes", "no", or empty. If it is empty, try to
26# detect it automatically by scanning the files in $(top_srcdir) for
27# "GNU packagename" string.
28PACKAGE_GNU =
29
30# This is the email address or URL to which the translators shall report 23# This is the email address or URL to which the translators shall report
31# bugs in the untranslated strings: 24# bugs in the untranslated strings:
32# - Strings which are not entire sentences, see the maintainer guidelines 25# - Strings which are not entire sentences, see the maintainer guidelines
@@ -58,21 +51,3 @@ USE_MSGCTXT = no
58# --previous to keep previous msgids of translated messages, 51# --previous to keep previous msgids of translated messages,
59# --quiet to reduce the verbosity. 52# --quiet to reduce the verbosity.
60MSGMERGE_OPTIONS = 53MSGMERGE_OPTIONS =
61
62# These options get passed to msginit.
63# If you want to disable line wrapping when writing PO files, add
64# --no-wrap to MSGMERGE_OPTIONS, XGETTEXT_OPTIONS, and
65# MSGINIT_OPTIONS.
66MSGINIT_OPTIONS =
67
68# This tells whether or not to regenerate a PO file when $(DOMAIN).pot
69# has changed. Possible values are "yes" and "no". Set this to no if
70# the POT file is checked in the repository and the version control
71# program ignores timestamps.
72PO_DEPENDS_ON_POT = yes
73
74# This tells whether or not to forcibly update $(DOMAIN).pot and
75# regenerate PO files on "make dist". Possible values are "yes" and
76# "no". Set this to no if the POT file and PO files are maintained
77# externally.
78DIST_DEPENDS_ON_UPDATE_PO = yes