mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CategoryTree
synced 2024-11-15 12:00:44 +00:00
* Rename "<ExtName>.i18n.alias.php" to "<ExtName>.alias.php"
* Add support for ConfirmEdit and Mibbit special page localisation to Translate
This commit is contained in:
parent
897f13feed
commit
f30fa2030e
|
@ -102,7 +102,7 @@ $wgCategoryTreePageCategoryOptions['namespaces'] = false;
|
|||
$wgCategoryTreePageCategoryOptions['depth'] = 0;
|
||||
#$wgCategoryTreePageCategoryOptions['class'] = 'CategoryTreeInlineNode';
|
||||
|
||||
$wgExtensionAliasesFiles['CategoryTree'] = dirname(__FILE__) . '/CategoryTreePage.i18n.alias.php';
|
||||
$wgExtensionAliasesFiles['CategoryTree'] = dirname(__FILE__) . '/CategoryTree.alias.php';
|
||||
|
||||
/**
|
||||
* Register extension setup hook and credits
|
||||
|
|
Loading…
Reference in a new issue