Last modified: 2011-03-13 18:05:13 UTC
Not all languages based on English. E. g. Bashkir language (MessagesBa.php) has $fallback = 'ru'; But in PHP mode of Special:Allmessages all non English messages presented. It contains Russian and Bashkir messages together. It is not usefull.
Created attachment 2309 [details] trivial patch for trunk
Comment on attachment 2309 [details] trivial patch for trunk The patch was tested at local instalation
Comment on attachment 2309 [details] trivial patch for trunk I think this patch won't work, and doesn't work in my local installation with a different language. It actually checks if the DB message differs from the default message (if the language is not English), and therefore only shows the messages which are changed in the local database. Because we sometimes want to apply it to the language file, it's not good. However, I will fix this bug soon.
Fixed in r16397.
Reverted in r16736; caused bug 7460.