"Alessandro" == Alessandro Ronchi alessandro.ronchi@gmail.com writes:
Il giorno mer, 16-02-2005 alle 19:59 +0000, Rowan Collins ha scritto:
- for MediaWiki 1.4.x (in beta), there is an array, something like
$wgNavigationLinks I think, that you can copy from includes/DefaultSettings.php into your LocalSettings.php, where you can specify your own pairs of messages (as in [[MediaWiki:foo]], [[MediaWiki:Foo-url]]).
I have a problem with translation. MediaWiki:help contains correctly "Aiuto", but the link directs to en.wikipedia.org/wiki/Aiuto
I have this array:
$wgNavigationLinks = array ( array( 'text'=>'mainpage', 'href'=>'mainpage' ), array( 'text'=>'portal', 'href'=>'portal-url' ), array( 'text'=>'currentevents', 'href'=>'currentevents-url' ), array( 'text'=>'recentchanges', 'href'=>'recentchanges-url' ), array( 'text'=>'randompage', 'href'=>'randompage-url' ), array( 'text'=>'help', 'href'=>'helppage' ), array( 'text'=>'sitesupport', 'href'=>'sitesupport-url' ), );
It's not stored on LanguageIt.php, so...
Where is that url stored?
in MediaWiki:helppage