Index: trunk/extensions/Translate/utils/MessageWebImporter.php |
— | — | @@ -142,8 +142,13 @@ |
143 | 143 | |
144 | 144 | if ( isset( $collection[$key] ) ) { |
145 | 145 | $old = $collection[$key]->translation(); |
| 146 | + /* Fuzzy state of the in-wiki message is of no |
| 147 | + * concern. Default action should be 'import'. |
| 148 | + * If the string is marked fuzzy in the gettext, |
| 149 | + * fuzzy tag is added anyway on import. |
146 | 150 | $fuzzy = TranslateEditAddons::hasFuzzyString( $old ) || |
147 | 151 | TranslateEditAddons::isFuzzy( self::makeTitle( $group, $key, $code ) ); |
| 152 | + */ |
148 | 153 | } |
149 | 154 | |
150 | 155 | // No changes at all, ignore |