From f7db2dceb8d1da2606d039c04bc84f331f9cfe89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Pr=C3=A9vot?= Date: Tue, 7 Aug 2012 12:31:27 -0400 Subject: Keep previous msgids of translated messages * po/Makefile.in.in: Add --previous option to 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 fecf500..eb68ea2 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 -- cgit v1.2.3