1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-01 22:28:02 +02:00

Keep previous msgids of translated messages

* po/Makefile.in.in: Use --previous with msgmerge.
This commit is contained in:
David Prévot 2012-08-22 12:53:55 -04:00 committed by Werner Koch
parent b6b08b6b93
commit 5ae8ecd21f

View File

@ -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