From 591b8b6d39b2cf3c5a977afe99e3286166565096 Mon Sep 17 00:00:00 2001 From: Daniel Axtens Date: Mon, 14 Nov 2016 14:20:59 +1100 Subject: Use --no-location instead of --add-location=never This fixes things for old versions of msgmerge such as the one used on Travis CI (Ubuntu 14.04) Signed-off-by: Daniel Axtens Signed-off-by: Samuel Mendoza-Jonas --- po/Makevars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po') diff --git a/po/Makevars b/po/Makevars index e644c5b..7652ac2 100644 --- a/po/Makevars +++ b/po/Makevars @@ -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 -- cgit v1.2.1