Index: trunk/extensions/Translate/TranslatePage.php |
— | — | @@ -420,7 +420,7 @@ |
421 | 421 | $class = 'mw-sp-translate-target'; |
422 | 422 | } |
423 | 423 | |
424 | | - $out = "\n<div class=\"$class\">\n"; |
| 424 | + $out = "\n<div class=\"$class mw-sp-translate-$id\">\n"; |
425 | 425 | $out .= Xml::tags( "h$level", null, $label ); |
426 | 426 | |
427 | 427 | if ( $desc !== null ) { |
Index: trunk/extensions/Translate/Translate.php |
— | — | @@ -11,7 +11,7 @@ |
12 | 12 | * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later |
13 | 13 | */ |
14 | 14 | |
15 | | -define( 'TRANSLATE_VERSION', '11:2009-04-06:1' ); |
| 15 | +define( 'TRANSLATE_VERSION', '11:2009-04-15' ); |
16 | 16 | |
17 | 17 | $wgExtensionCredits['specialpage'][] = array( |
18 | 18 | 'name' => 'Translate', |
Index: trunk/extensions/Translate/README |
— | — | @@ -33,7 +33,8 @@ |
34 | 34 | </code> |
35 | 35 | |
36 | 36 | == Changes in version 11 == |
37 | | -* 2009-04-04:2 Experimental support added for NOCC |
| 37 | +* 2009-04-15 Added class 'mw-sp-translate-[id]' to all message groups on Special:Translate |
| 38 | +* 2009-04-04:2 Support added for NOCC |
38 | 39 | * 2009-04-04:1 PhpVariables Mantis header inconsistency fixed |
39 | 40 | * 2009-03-29 Table header on Special:LanguageStats suppressed when all translations are complete |
40 | 41 | |