Index: trunk/extensions/Translate/MessageGroups.php |
— | — | @@ -639,7 +639,7 @@ |
640 | 640 | } |
641 | 641 | |
642 | 642 | global $wgTranslateCategory, $wgTranslateCC; |
643 | | - wfLoadExtensionMessages( 'Translate' ); |
| 643 | +/* wfLoadExtensionMessages( 'Translate' ); |
644 | 644 | $cat = Category::newFromName( wfMsgForContent( 'translate-tag-category' ) ); |
645 | 645 | $titles = $cat->getMembers(); |
646 | 646 | foreach ( $titles as $t ) { |
— | — | @@ -649,7 +649,7 @@ |
650 | 650 | $wgTranslateCC[$id]->setLabel( $title ); |
651 | 651 | $wgTranslateCC[$id]->setDescription( wfMsgNoTrans( 'translate-tag-page-desc', $title ) ); |
652 | 652 | |
653 | | - } |
| 653 | + }*/ |
654 | 654 | |
655 | 655 | global $wgTranslateCC; |
656 | 656 | wfRunHooks( 'TranslatePostInitGroups', array( &$wgTranslateCC ) ); |