Index: trunk/extensions/CategoryTests/CategoryTests.i18n.php |
— | — | @@ -3,8 +3,6 @@ |
4 | 4 | * Internationalization file for the CategoryTests extension |
5 | 5 | */ |
6 | 6 | |
7 | | -require_once( dirname( __FILE__ ) . '/CategoryTests.i18n.magic.php' ); |
8 | | - |
9 | 7 | $messages = array(); |
10 | 8 | |
11 | 9 | /** English |
Index: trunk/extensions/CategoryTests/CategoryTests.php |
— | — | @@ -22,6 +22,7 @@ |
23 | 23 | ); |
24 | 24 | |
25 | 25 | $wgExtensionMessagesFiles['CategoryTests'] = dirname( __FILE__ ) . '/CategoryTests.i18n.php'; |
| 26 | +$wgExtensionMessagesFiles['CategoryTestsMagic'] = dirname( __FILE__ ) . '/CategoryTests.i18n.magic.php'; |
26 | 27 | |
27 | 28 | function wfCategoryTests( $parser ) { |
28 | 29 | global $wgExtCategoryTests; |