mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Interwiki
synced 2024-11-16 02:53:47 +00:00
* Fix a lot of extension special pages mess. Less messy now, aside from the naming of the files containing the aliases. That's for next time.
* Add special page aliases for AbuseFilter * Change special page aliases method for ChangeAuthor, and Collection * Add missing to Translate/aliases.txt (may require another commit; we will see)
This commit is contained in:
parent
790856ed81
commit
9b622cef3c
Notes:
Raimond Spekking
2009-03-28 22:26:10 +00:00
|
@ -11,12 +11,12 @@ $aliases = array();
|
|||
* @author Jon Harald Søby
|
||||
*/
|
||||
$aliases['en'] = array(
|
||||
'Interwiki' => array('Interwiki')
|
||||
'Interwiki' => array('Interwiki')
|
||||
);
|
||||
|
||||
/** Norwegian (Norsk (bokmål))
|
||||
* @author Jon Harald Søby
|
||||
*/
|
||||
$aliases['no'] = array(
|
||||
'Interwiki' => array('Interwiki')
|
||||
'Interwiki' => array('Interwiki')
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue