1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-08 23:37:47 +02:00

Keep previous msgids of translated messages

* po/Makefile.in.in: Use option --previous with msgmerge.
This commit is contained in:
David Prévot 2012-07-31 19:27:44 -04:00 committed by Werner Koch
parent 7a852fba6c
commit bc317df59a

View File

@ -55,8 +55,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