diff options
author | David Prévot <[email protected]> | 2012-08-07 16:31:27 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2012-08-09 08:50:43 +0000 |
commit | f7db2dceb8d1da2606d039c04bc84f331f9cfe89 (patch) | |
tree | 91093203d42d442d02004985b8c5abca58551b31 | |
parent | Add Japanese translation (diff) | |
download | libgpg-error-f7db2dceb8d1da2606d039c04bc84f331f9cfe89.tar.gz libgpg-error-f7db2dceb8d1da2606d039c04bc84f331f9cfe89.zip |
Keep previous msgids of translated messages
* po/Makefile.in.in: Add --previous option to 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 fecf500..eb68ea2 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 |