Do not use fuzzy in the compiled messages files.

This commit is contained in:
Siebrand Mazeland 2009-11-21 18:40:34 +01:00
parent bd063b8d5a
commit 99604267d0
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ foreach ($languages as $language) {
file_put_contents($pofile, $new_file);
// --backup=off is workaround for Mac OS X fail
system(sprintf('msgmerge -U --backup=off %s %s', $pofile, $statusnet_pot));
system(sprintf('msgfmt -f -o %s %s', $mofile, $pofile));
system(sprintf('msgfmt -o %s %s', $mofile, $pofile));
} else {
echo "Unchanged - ".$code."\n";
}