On Fri, Dec 22, 2017 at 10:48:28AM +0100, Dmitry Vyukov wrote: > On Fri, Dec 22, 2017 at 10:30 AM, Peter Zijlstra <[email protected]> wrote: > > On Fri, Dec 22, 2017 at 10:08:00AM +0100, Dmitry Vyukov wrote: > > > >> You mean the messages themselves are translated? > > > > No, just the webapp thing, which is bad enough. The actual messages are > > untouched. > > Then try to open dev console in chromium (for me it's shift+ctrl+c), > reload the page, and then on the Network tab of dev console you can > see all request headers your browser sends. For me I see: > > accept-language: en-US,en;q=0.9,ru;q=0.8
accept-language:en-US,en;q=0.9 > and the resulting page is in english. But I suspect you are in fact signed in and located in the US (your email headers suggest you're in PST), right? I'm sure that if I request the page using an IP that geo-locates to the US, I'd see the thing in English too.

