From bcbaad34e1e9ab77f18786179a8a8124b327bb47 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 19 May 2009 17:32:27 +0000 Subject: [PATCH] build/i18n-update.pl: disable fuzzy maching for po updates, does not work well with our key format --- build/i18n-update.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/i18n-update.pl b/build/i18n-update.pl index c41b039b7..0dd213a53 100755 --- a/build/i18n-update.pl +++ b/build/i18n-update.pl @@ -14,7 +14,7 @@ if( open F, "find $source -type f -name '$pattern' |" ) if( -f "$source/templates/$basename.pot" ) { printf "Updating %-40s", $file; - system("msgmerge", "-U", $file, "$source/templates/$basename.pot"); + system("msgmerge", "-U", "-N", $file, "$source/templates/$basename.pot"); } } -- 2.11.0