https://bugzilla.wikimedia.org/show_bug.cgi?id=44537
Pavel Selitskas <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |shell --- Comment #3 from Pavel Selitskas <[email protected]> --- One more point: wgLanguageCode for nowiki is set to 'no' in InitialiseSettings.php. $wgLanguageCode should not be one from $wgDummyLanguageCodes. 1. $wgLanguageCode is set to 'no' 2. Plain MediaWiki:Mainpage is treated as 'no' (why? seems like messaging system riding the wrong lane), but system language is 'nb', so it doesn't use the plain message 3. MediaWiki chooses MediaWiki:Mainpage/nb instead That is why one shouldn't mess with dummy code and set the right one explicitly. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
