diff options
author | David Prévot <[email protected]> | 2012-08-22 16:53:55 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2012-08-24 08:33:14 +0000 |
commit | 5ae8ecd21f2f4ea904ae770f26f0018db92e1241 (patch) | |
tree | 54b1ff43998bed5985bc541e0460f1ca8a1b0332 | |
parent | scd: Add forgotten VENDOR_FSIJ to ccid-driver. (diff) | |
download | gnupg-5ae8ecd21f2f4ea904ae770f26f0018db92e1241.tar.gz gnupg-5ae8ecd21f2f4ea904ae770f26f0018db92e1241.zip |
Keep previous msgids of translated messages
* po/Makefile.in.in: Use --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 fecf500f3..eb68ea292 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -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 |