Run parsemag stuff through the proper language when wfMsgExt() asks for a specific...
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 13 Nov 2008 01:02:17 +0000 (01:02 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 13 Nov 2008 01:02:17 +0000 (01:02 +0000)
commit76f9b0b973fcdcf8ac4ddcf6e889fad8e3d1a26a
tree9762757aa33e04ac7a99d1c2b761d35c1b1443be
parent148838a0c969f57932cf323fa06a547a2eabe1ec
Run parsemag stuff through the proper language when wfMsgExt() asks for a specific one.
Previously we only passed on if we were interface or content, but if we're rendering for some third alternative it didn't get used.
Note that parse and parseinline are probably still wrong.... some better model may be required here.
Also it may be wrong in the case of fallbacks ... if you get an English message, is it right to use the Czech magic word parsing?
Hmm.
Might back it out if there's a better way. :)
includes/GlobalFunctions.php
includes/MessageCache.php