1 Feb 2007 01:20
Re: interface URLs resolution order (splitted from "Major flaws...")
On Thursday 01 February 2007 00:20:31 Brion Vibber wrote: > > 1) > > Usually UI interface links (such as "MediaWiki:Mainpage" that defines the > > URL of the main page) are not localisable by default (pages > > like "MediaWiki:Mainpag/de" get ignored). However you can whitelist their > > i18n with "$wgForceUIMsgAsContentMsg = array();" individually in > > LocalSettings.php. > > > > 2) > > In the past maintenance/update.php did copy every UI message from the > > default language UI message file into the wiki database. > > > > On whitelisted UI interface > > links it even did copy the default language link target into the language > > sub pages in every language if there wasn't one created by hand before > > (for example the content of MediaWiki:Mainpage was copied into > > MediaWiki:Mainpage/de if it was empty). So if there was the link target > > existing in the default language it was not possible to link people in > > other languages into non-existant "localised" pages after running > > maintenance/update.php (side note: this specific behaviour of > > maintenance/update.php can't have been an accidential not intended side > > effect). > > ... What? I don't understand. > > "Link people in other languages into non-existant "localised pages""? A "non-existant localised page" is a page that does not exist in that language but people using that language get linked to by the interface.(Continue reading)
RSS Feed