summaryrefslogtreecommitdiffstats
path: root/po
diff options
context:
space:
mode:
authorDaniel Axtens <dja@axtens.net>2016-11-14 14:20:59 +1100
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>2017-11-30 17:01:01 +1100
commit591b8b6d39b2cf3c5a977afe99e3286166565096 (patch)
tree25a6c7364a49ebd7fcd2cbb2e62df664a3249fb1 /po
parentc916e133367688075f568fed390b625b9325c68b (diff)
downloadtalos-petitboot-591b8b6d39b2cf3c5a977afe99e3286166565096.tar.gz
talos-petitboot-591b8b6d39b2cf3c5a977afe99e3286166565096.zip
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 <dja@axtens.net> Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
Diffstat (limited to 'po')
-rw-r--r--po/Makevars2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud