[Yum-devel] [PATCH] Run msgfmt using the python-format annotations

James Antill james at and.org
Mon Jul 27 03:58:14 UTC 2009


From: Mads Kiilerich <mads at kiilerich.com>

 This patch detects errors like "Memory %s" => "Hukommelse %a"
---
 po/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/po/Makefile b/po/Makefile
index 31257c4..aad596a 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -69,4 +69,4 @@ install:	all
 	done
 
 %.mo: %.po
-	msgfmt -o $@ $<
+	msgfmt -o $@ $< -c
-- 
1.6.2.5



More information about the Yum-devel mailing list