mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-21 10:09:57 +01:00
Keep previous msgids of translated messages
* po/Makefile.in.in: Use --previous with msgmerge.
This commit is contained in:
parent
1da04bfb3f
commit
bf95408fc3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user