Index: trunk/extensions/Translate/scripts/dump-tm.php |
— | — | @@ -51,7 +51,7 @@ |
52 | 52 | $collection = $g->initCollection( $code ); |
53 | 53 | $collection->setInfile( $g->load( $code ) ); |
54 | 54 | $collection->filter( 'ignored' ); |
55 | | - $collection->loadTranslations(); |
| 55 | + $collection->filter( 'translated', false ); |
56 | 56 | $output = $writer->webExport( $collection ); |
57 | 57 | $data .= preg_replace( "/^.*\n\n/Us", '', $output ); |
58 | 58 | } |
— | — | @@ -65,4 +65,4 @@ |
66 | 66 | . $data; |
67 | 67 | file_put_contents( "$target/$code.po", $data ); |
68 | 68 | |
69 | | -} |
\ No newline at end of file |
| 69 | +} |