[Pkg-isocodes-devel] [iso-codes] 01/03: Do not use fuzzy matching for untranslated msgids
Tobias Quathamer
toddy at moszumanska.debian.org
Wed Jun 11 15:02:59 UTC 2014
This is an automated email from the git hooks/post-receive script.
toddy pushed a commit to branch master
in repository iso-codes.
commit 2b21d161f080943f34a2e79a352586bcb419b877
Author: Tobias Quathamer <toddy at debian.org>
Date: Wed Jun 11 16:57:49 2014 +0200
Do not use fuzzy matching for untranslated msgids
---
rules.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules.make b/rules.make
index 3b7aa18..b0577e4 100644
--- a/rules.make
+++ b/rules.make
@@ -20,7 +20,7 @@ check-content:
.PHONY: update-po
update-po:
for pofile in $(pofiles); do \
- $(MSGMERGE) $$pofile $(DOMAIN).pot > tmpfile; \
+ $(MSGMERGE) --no-fuzzy-matching $$pofile $(DOMAIN).pot > tmpfile; \
msgattrib --no-obsolete tmpfile > $$pofile; \
sed -i -e 's/^\"Project-Id-Version: iso.*/\"Project-Id-Version: $(DOMAIN)\\n\"/' $$pofile; \
done
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-isocodes/iso-codes.git
More information about the Pkg-isocodes-devel
mailing list