Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I wonder if it's a bug or something. I made a simple webpage with one English sentence when I was learning how to use a new backend server, and my browser offered to translate it from Czech.
-
nitnip18083yProbably. I mean from what I've read on the matter browsers don't even read take the lang attribute into consideration.
<html lang="en"> literally does nothing. -
Also: "We see that you send a preferred languages header mentioning English while your IP looks suspiciously french - so _French_site_only_ for you!"
-
What gets me every time is the "Always english" button on MDN that forgets your choice on the next visit anyways..
-
Languages in browsers are annoying, and the browsers make things way worse by trying to guess this crap, meaning devs can get away with implementing it badly in the first place.
Imho they should just use the language tag, the language header, and if your website doesn't respond well to that, tough. -
Automatic forced translations - the cancer of the current internet.
Yes, I’m looking at you, YouTube!
Dear modern browsers: The site I'm working on is NOT Portuguese. Don't offer to translate it when there are literally zero non-English words in it.
Fuck off.
rant