Index: trunk/extensions/Babel/Babel.php |
— | — | @@ -21,7 +21,7 @@ |
22 | 22 | $wgExtensionCredits['parserhook'][] = array( |
23 | 23 | 'path' => __FILE__, |
24 | 24 | 'name' => 'Babel', |
25 | | - 'version' => '1.5.0', |
| 25 | + 'version' => '1.6.0', |
26 | 26 | 'author' => 'Robert Leverington', |
27 | 27 | 'url' => 'http://www.mediawiki.org/wiki/Extension:Babel', |
28 | 28 | 'descriptionmsg' => 'babel-desc', |
— | — | @@ -34,6 +34,7 @@ |
35 | 35 | |
36 | 36 | $wgExtensionMessagesFiles['Babel'] = $dir . '/Babel.i18n.php'; |
37 | 37 | $wgExtensionMessagesFiles['BabelMagic'] = $dir . '/Babel.i18n.magic.php'; |
| 38 | + |
38 | 39 | $wgAutoloadClasses['Babel'] = $dir . '/Babel.class.php'; |
39 | 40 | $wgAutoloadClasses['BabelLanguageCodes'] = $dir . '/BabelLanguageCodes.class.php'; |
40 | 41 | $wgAutoloadClasses['BabelStatic'] = $dir . '/BabelStatic.class.php'; |
— | — | @@ -66,6 +67,4 @@ |
67 | 68 | The prefix and suffix to be prepended or appended to the template name when one is being included. |
68 | 69 | MediaWiki:Babel-portal-prefix and MediaWiki:Babel-portal-suffix |
69 | 70 | The prefix and suffix to be prepended or appended to the target of the link from the language code. |
70 | | -MediaWiki:Babel-category-prefix and MediaWiki:Babel-category-suffix |
71 | | - The prefix and suffix to be prepended or appended to the name of the categories. |
72 | 71 | */ |