RT3 just decided to start acting strangely on me.
Whenever I visit with Safari, it decides to use the japanese localization.
I found this message, so I updated Locale::Maketext on my machine, but there's no difference.
I've only got 'english' selected in my system preferences as a preferred language, so why is Safari sending "Accept-Language: en-us, ja;" (as verified by tcpdump)?
This doesn't happen with IE, since it's just sending "Accept-Language: en".
Update: Looks like the correction was put into Local::Maketext here. The problem persisted after my upgrade because MT had a stale version and modperl was pointed to the mt libs first.
It still doesn't explain why Safari says I accept "ja" pages, but it works now.
I'm going to install the MT-necessary libs the normal perl/CPAN way and remove as many from mt/extlib as I can.