Index: trunk/extensions/Translate/FFS.php |
— | — | @@ -1306,7 +1306,8 @@ |
1307 | 1307 | fwrite( $this->fw, "$authors" ); |
1308 | 1308 | } |
1309 | 1309 | |
1310 | | - fwrite( $this->fw, "\t'{$collection->code}': {\n" ); |
| 1310 | + $code = $this->group->mapCode( $collection->code ); |
| 1311 | + fwrite( $this->fw, "\t'{$code}': {\n" ); |
1311 | 1312 | fwrite( $this->fw, $this->writeBlock( $collection ) ); |
1312 | 1313 | fwrite( $this->fw, "\t},\n" ); |
1313 | 1314 | } |