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:54:36 -04:00 committed by Werner Koch
parent 1da04bfb3f
commit bf95408fc3
1 changed files with 2 additions and 2 deletions

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