Index: trunk/extensions/Translate/ffs/Simple.php |
— | — | @@ -171,6 +171,7 @@ |
172 | 172 | |
173 | 173 | protected function getMessagesForExport( MessageGroup $group, $code ) { |
174 | 174 | $collection = $this->group->initCollection( $code ); |
| 175 | + $collection->filter( 'ignored' ); |
175 | 176 | $collection->filter( 'hastranslation', false ); |
176 | 177 | $collection->loadTranslations(); |
177 | 178 | $this->addAuthors( $collection->getAuthors(), $code ); |