From bf95408fc33709d154cd41566d33af3ec3c48886 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Pr=C3=A9vot?= Date: Wed, 22 Aug 2012 12:54:36 -0400 Subject: [PATCH] Keep previous msgids of translated messages * po/Makefile.in.in: Use --previous with msgmerge. --- po/Makefile.in.in | 4 ++-- 1 file 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