From: Siebrand Mazeland Date: Sat, 21 Nov 2009 17:40:34 +0000 (+0100) Subject: Do not use fuzzy in the compiled messages files. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=99604267d055045bf066ad0872d8ab270ad4dfdd;p=quix0rs-gnu-social.git Do not use fuzzy in the compiled messages files. --- diff --git a/scripts/update_translations.php b/scripts/update_translations.php index 580c472eef..73f2a3a7ef 100755 --- a/scripts/update_translations.php +++ b/scripts/update_translations.php @@ -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"; }