Add localisation of special pages for Asksql, BadImage, CategoryIntersection, ContributionScores, Contributors
This commit is contained in:
parent
8fcca8bea6
commit
2ce29213c2
2 changed files with 28 additions and 11 deletions
14
ContributionScores.alias.php
Normal file
14
ContributionScores.alias.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
/**
|
||||
* Aliases for special pages
|
||||
*
|
||||
* @file
|
||||
* @ingroup Extensions
|
||||
*/
|
||||
|
||||
$aliases = array();
|
||||
|
||||
/** English */
|
||||
$aliases['en'] = array(
|
||||
'ContributionScores'=> array( 'ContributionScores' ),
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue