projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd063b8
)
Do not use fuzzy in the compiled messages files.
author
Siebrand Mazeland
<s.mazeland@xs4all.nl>
Sat, 21 Nov 2009 17:40:34 +0000
(18:40 +0100)
committer
Siebrand Mazeland
<s.mazeland@xs4all.nl>
Sat, 21 Nov 2009 17:40:34 +0000
(18:40 +0100)
scripts/update_translations.php
patch
|
blob
|
history
diff --git
a/scripts/update_translations.php
b/scripts/update_translations.php
index 580c472eef0e5049f64d58946a08a5ab0505f59b..73f2a3a7eff609740742b3dc216739d15d5259f4 100755
(executable)
--- 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";
}