aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Prévot <[email protected]>2012-08-22 16:54:36 +0000
committerWerner Koch <[email protected]>2012-08-24 07:41:39 +0000
commitbf95408fc33709d154cd41566d33af3ec3c48886 (patch)
tree939177dd0e4fa994dfea36af05a01a14fda25639
parentFix build system for Android by disabling tests since its x-compiled (diff)
downloadgnupg-bf95408fc33709d154cd41566d33af3ec3c48886.tar.gz
gnupg-bf95408fc33709d154cd41566d33af3ec3c48886.zip
Keep previous msgids of translated messages
* po/Makefile.in.in: Use --previous with msgmerge.
-rw-r--r--po/Makefile.in.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index fecf500f3..eb68ea292 100644
--- a/po/Makefile.in.in
+++ b/po/Makefile.in.in
@@ -56,8 +56,8 @@ XGETTEXT_ = @XGETTEXT@
XGETTEXT_no = @XGETTEXT@
XGETTEXT_yes = @XGETTEXT_015@
XGETTEXT = $(XGETTEXT_$(USE_MSGCTXT))
-MSGMERGE = msgmerge
-MSGMERGE_UPDATE = @MSGMERGE@ --update
+MSGMERGE = msgmerge --previous
+MSGMERGE_UPDATE = @MSGMERGE@ --previous --update
MSGINIT = msginit
MSGCONV = msgconv
MSGFILTER = msgfilter