build/i18n-update.pl: disable fuzzy maching for po updates, does not work well with our key format
This commit is contained in:
parent
4d7042045a
commit
bcbaad34e1
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue