summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dselect/po/Makevars2
-rw-r--r--po/Makevars2
-rw-r--r--scripts/po/Makevars2
3 files changed, 6 insertions, 0 deletions
diff --git a/dselect/po/Makevars b/dselect/po/Makevars
index e5d059295..fe58a32ad 100644
--- a/dselect/po/Makevars
+++ b/dselect/po/Makevars
@@ -10,6 +10,8 @@ top_builddir = ../..
# These options get passed to xgettext.
XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
+MSGMERGE_OPTIONS = --previous
+
# 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
# package. (Note that the msgstr strings, extracted from the package's
diff --git a/po/Makevars b/po/Makevars
index da67f5c48..f929a0ba6 100644
--- a/po/Makevars
+++ b/po/Makevars
@@ -10,6 +10,8 @@ top_builddir = ..
# These options get passed to xgettext.
XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --keyword=_g --from-code=UTF-8
+MSGMERGE_OPTIONS = --previous
+
# 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
# package. (Note that the msgstr strings, extracted from the package's
diff --git a/scripts/po/Makevars b/scripts/po/Makevars
index 18febc6c2..a4cebaddd 100644
--- a/scripts/po/Makevars
+++ b/scripts/po/Makevars
@@ -10,6 +10,8 @@ top_builddir = ../..
# These options get passed to xgettext.
XGETTEXT_OPTIONS = --from-code=iso-8859-1 --keyword=_g
+MSGMERGE_OPTIONS = --previous
+
# 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
# package. (Note that the msgstr strings, extracted from the package's