Skip to content

Commit

Permalink
Translations: Use the xgettext option --add-location=file
Browse files Browse the repository at this point in the history
  • Loading branch information
Larhzu committed May 27, 2024
1 parent fccebe2 commit 093490b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion po/Makevars
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 093490b

Please sign in to comment.