https://bugzilla.wikimedia.org/show_bug.cgi?id=28423
Bawolff <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Bawolff <[email protected]> 2011-04-04 21:08:08 UTC --- What I understand is wanted: *The mainpage message to be a UI message instead of a content message. *But not to use any of the translations provided for it (by mediawiki), since we only want it to work for Main Pages that actually exist, so we only want translations that we manually make. The proposed solution *Make a new global variable to control which message we use for the 'mainpage' system message. Since a wiki could change it to some non-existent message with no automatic translations, it would only work for manual translations as desired. This seems ugly in the extreme. What happens if another system message needs to be special handled like that. I really don't like this solution, it just seems "wrong". If we must do something like this, perhaps a new global similar to $wgForceUIMsgAsContentMsg but causes the message to only take manually made edits to the mediawiki namespace into account when the content language does not equal the user language - aka if there is no manual made edits in the mediawiki namespace for the userlanguage, then treated the same as a normal content language message. (Is that even possible in the current message system). -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
