From 599f146400ea687dfda590babc9992ca8f86a482 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 12 Aug 2014 15:45:55 +0200 Subject: Revert "nls: Use xgettext and msgmerge with --no-wrap." This reverts commit 648453e8d6005a7a2caec688cc035db86fe73c02. See for the rationale. --- po/guix/Makevars | 3 --- 1 file changed, 3 deletions(-) (limited to 'po/guix') diff --git a/po/guix/Makevars b/po/guix/Makevars index 691cc0b2af..87bb438418 100644 --- a/po/guix/Makevars +++ b/po/guix/Makevars @@ -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 -- cgit v1.2.3