Skip to content

Commit

Permalink
Use --no-location instead of --add-location=never
Browse files Browse the repository at this point in the history
This fixes things for old versions of msgmerge such as the one
used on Travis CI (Ubuntu 14.04)

Signed-off-by: Daniel Axtens <dja@axtens.net>
Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
  • Loading branch information
daxtens authored and sammj committed Nov 30, 2017
1 parent c916e13 commit 591b8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion po/Makevars
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ USE_MSGCTXT = no
# Useful options are in particular:
# --previous to keep previous msgids of translated messages,
# --quiet to reduce the verbosity.
MSGMERGE_OPTIONS = --add-location=never
MSGMERGE_OPTIONS = --no-location

# These options get passed to msginit.
# If you want to disable line wrapping when writing PO files, add
Expand Down

0 comments on commit 591b8b6

Please sign in to comment.