po: add '--no-wrap' to msgmerge, to not wrap long message lines

This avoids unneeded churn during POT-file renewal and PO-file updates,
as the PO files at the TP are made with '--no-wrap'.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Acked-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Benno Schulenberg 2013-12-16 22:41:56 +01:00 committed by Karel Zak
parent 31e93a55be
commit e3e16717ec
2 changed files with 4 additions and 1 deletions

View File

@ -145,7 +145,7 @@ UL_SET_ARCH([HPPA], [hppa*])
AC_SYS_LARGEFILE
AM_GNU_GETTEXT_VERSION([0.14.1])
AM_GNU_GETTEXT_VERSION([0.18])
AM_GNU_GETTEXT([external])
AS_IF([test -d "$srcdir/po"], [

View File

@ -10,6 +10,9 @@ top_builddir = ..
# These options get passed to xgettext.
XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --keyword=P_:1,2
# This option gets passed to msgmerge.
MSGMERGE_OPTIONS = --no-wrap
# 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
# package. (Note that the msgstr strings, extracted from the package's