Skip to content

Commit

Permalink
Translations: Omit man page line numbers from .pot and .po files
Browse files Browse the repository at this point in the history
  • Loading branch information
Larhzu committed May 27, 2024
1 parent 093490b commit 9114267
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions po4a/update-po
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,13 @@ done
# when nothing else has changed. This makes it slower but it's fine
# as long as this isn't run every time when "make" is run at the
# top level directory. (po4a isn't super-fast even without --force).
#
# Using --porefs file and --msgmerge-opt '--add-location=file' make diffing
# the .pot and .po files easier. If a translator prefers to have the line
# numbers available, one may delete those options and rerun this script.
set -x
po4a --force --verbose \
--porefs file --msgmerge-opt '--add-location=file' \
--package-name="XZ Utils" \
--package-version="$PACKAGE_VERSION" \
--copyright-holder="The XZ Utils authors and contributors" \
Expand Down

0 comments on commit 9114267

Please sign in to comment.