Index: trunk/extensions/Translate/scripts/export.php |
— | — | @@ -103,6 +103,8 @@ |
104 | 104 | exit( 1 ); |
105 | 105 | } |
106 | 106 | |
| 107 | + STDERR( 'Exporting ' . $groupId ); |
| 108 | + |
107 | 109 | if ( $threshold ) { |
108 | 110 | $langs = TranslationStats::getPercentageTranslated( |
109 | 111 | $groupId, |
— | — | @@ -112,8 +114,6 @@ |
113 | 115 | ); |
114 | 116 | } |
115 | 117 | |
116 | | - STDERR( 'Exporting ' . $groupId ); |
117 | | - |
118 | 118 | if ( $group instanceof FileBasedMessageGroup ) { |
119 | 119 | $ffs = $group->getFFS(); |
120 | 120 | $ffs->setWritePath( $options['target'] ); |