Translations: Use the xgettext option --add-location=file

This commit is contained in:
Lasse Collin 2024-05-28 01:06:30 +03:00
parent fccebe2b4f
commit 093490b582
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@ subdir = po
top_builddir = ..
# These options get passed to xgettext.
XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --no-wrap --package-name='XZ Utils'
XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ \
--add-location=file --no-wrap --package-name='XZ Utils'
# 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