M po/guix/Makevars => po/guix/Makevars +0 -3
@@ 8,13 8,10 @@ top_builddir = ../..
# These options get passed to xgettext. We want to catch standard
# gettext uses, and SRFI-35 error condition messages.
XGETTEXT_OPTIONS = \
- --no-wrap \
--language=Scheme --from-code=UTF-8 \
--keyword=_ --keyword=N_ \
--keyword=message
-MSGMERGE_OPTIONS = --no-wrap
-
COPYRIGHT_HOLDER = Ludovic Courtès
MSGID_BUGS_ADDRESS = ludo@gnu.org
M po/packages/Makevars => po/packages/Makevars +0 -3
@@ 9,12 9,9 @@ top_builddir = ../..
# These options get passed to xgettext. We want to catch exclusively package
# synopses and descriptions.
XGETTEXT_OPTIONS = \
- --no-wrap \
--language=Scheme --from-code=UTF-8 \
--keyword=synopsis --keyword=description
-MSGMERGE_OPTIONS = --no-wrap
-
COPYRIGHT_HOLDER = Ludovic Courtès
MSGID_BUGS_ADDRESS = ludo@gnu.org