diff options
author | David Prévot <[email protected]> | 2012-07-31 23:27:44 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2012-08-24 13:09:43 +0000 |
commit | bc317df59a98daf83a5b69c7f8ad9954180e86b6 (patch) | |
tree | 64abee71226da582f867290b9f0d122e26cf66d1 | |
parent | With --quiet do not print reading passphrase from fd message. (diff) | |
download | gnupg-bc317df59a98daf83a5b69c7f8ad9954180e86b6.tar.gz gnupg-bc317df59a98daf83a5b69c7f8ad9954180e86b6.zip |
Keep previous msgids of translated messages
* po/Makefile.in.in: Use option --previous with msgmerge.
-rw-r--r-- | po/Makefile.in.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 5022b8b18..06d564e52 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -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 |