Last modified: 2010-05-15 15:37:32 UTC
Finnish and Russian are broken as a result of changes made in version 1.491 of Language.php, it has got something to do with the languageFi() and languageRu() functions in both of them, renaming them to "language" solves the problem, but that might have some side-effects I don't know of. Assigning it to zhengzhu since he broke it:)
That's pretty vague. What's broken about them?
Switch $wgLanguageCode to 'ru' or 'fi', all the mConverter stuff is broken.
The constructors on LanguageFi and LanguageRu didn't call the parent constructor, so bits were not initialized. Fixed.