From: Lasse Collin Date: Tue, 28 May 2024 10:03:40 +0000 (+0300) Subject: Translations: Omit --package-name from po/Makevars X-Git-Tag: v5.7.1alpha~262 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb217d016cfbbba1babc19a61095b3ea25898af6;p=thirdparty%2Fxz.git Translations: Omit --package-name from po/Makevars This is closer to the reality in the po/*.po files. --- diff --git a/po/Makevars b/po/Makevars index 9d82a84d..8f97f7de 100644 --- a/po/Makevars +++ b/po/Makevars @@ -14,8 +14,7 @@ subdir = po top_builddir = .. # These options get passed to xgettext. -XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ \ - --add-location=file --no-wrap --package-name='XZ Utils' +XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --add-location=file --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