* 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:
Siebrand Mazeland 2008-08-07 23:29:59 +00:00
parent 790856ed81
commit 9b622cef3c
Notes: Raimond Spekking 2009-03-28 22:26:10 +00:00

View file

@ -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')
);