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 and the resulting page is in english.

