]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
Translations: Omit --package-name from po/Makevars
authorLasse Collin <lasse.collin@tukaani.org>
Tue, 28 May 2024 10:03:40 +0000 (13:03 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 28 May 2024 10:03:40 +0000 (13:03 +0300)
This is closer to the reality in the po/*.po files.

po/Makevars

index 9d82a84d23e60044377b759012799789e1695ee6..8f97f7dedfe514e6c7cd9a839596a8ef5c5bcf75 100644 (file)
@@ -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