[Dctrl-tools-devel] Bug#325169: [PATCH 2/3] Keep previous msgids of translated messages

David Prévot david at tilapin.org
Wed Apr 6 22:42:09 UTC 2011


In order to help translators on update, keeping previous msgids is
really helpful, especially since the previous commit will fuzzy some of
them.
---
 GNUmakefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/GNUmakefile b/GNUmakefile
index 9ec2ec2..677bff5 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -170,7 +170,7 @@ xgettext_opts=--copyright-holder="Antti-Juhani Kaijanaho" \
 	      --msgid-bugs-address="ajk at debian.org" -kN_ -k_
 
 po/%.po : po/dctrl-tools.pot
-	msgmerge -q -U --backup=existing $@ $^
+	msgmerge --previous -q -U --backup=existing $@ $^
 
 po/%.mo : po/%.po
 	msgfmt -c --statistics -o $@ $< 
-- 
1.7.4.1






More information about the Dctrl-tools-devel mailing list