VGCollect Forum

VGCollect Site Stuff => Site Feedback => Topic started by: tripredacus on September 30, 2013, 08:00:08 pm

Title: Page detected as Slovak
Post by: tripredacus on September 30, 2013, 08:00:08 pm
For some reason, Chrome detects this page as Slovak and asks to translate it.

http://vgcollect.com/search/castlevania+ii

 :o
Title: Re: Page detected as Slovak
Post by: mkarasch on September 30, 2013, 10:34:40 pm
Hm.  Not for me, comrade. ???
Title: Re: Page detected as Slovak
Post by: pacpix on September 30, 2013, 11:50:44 pm
It is not detecting Slovak on my computer either.
Title: Re: Page detected as Slovak
Post by: Oheao on October 01, 2013, 07:23:01 am
lol, it is detecting it as Slovak for me too! That's weird.
Title: Re: Page detected as Slovak
Post by: disgaeniac on October 01, 2013, 09:25:48 am
It is not detecting Slovak on my computer either.
Title: Re: Page detected as Slovak
Post by: tripredacus on October 01, 2013, 12:51:19 pm
SRWare Iron v14.0.850.0 detects the page as Slovak as well.
Title: Re: Page detected as Slovak
Post by: desocietas on October 01, 2013, 02:02:52 pm
Nein, my Chrome does not detect it as another language, but I've had issues with fonts in general and VGC on another laptop running Chrome.
Title: Re: Page detected as Slovak
Post by: scott on October 01, 2013, 08:59:43 pm
Interesting, I've never had a problem like that before.
Title: Re: Page detected as Slovak
Post by: foxhack on October 01, 2013, 09:11:35 pm
It could be a stray character in a game title that's encoded in a different character set / language...
Title: Re: Page detected as Slovak
Post by: tripredacus on October 02, 2013, 02:22:47 pm
It could be solved if the site used some header info such as:

Code: [Select]
<meta http-equiv="Content-Language" content="en" />
Title: Re: Page detected as Slovak
Post by: tripredacus on October 08, 2013, 07:24:50 pm
This is detected as Danish by Chrome:
http://vgcollect.com/search/tiger+woods+pga+tour
Title: Re: Page detected as Slovak
Post by: desocietas on October 08, 2013, 09:57:18 pm
This is detected as Danish by Chrome:
http://vgcollect.com/search/tiger+woods+pga+tour

Ha, actually, I got the same.
Title: Re: Page detected as Slovak
Post by: pacpix on October 08, 2013, 10:21:12 pm
This is detected as Danish by Chrome:
http://vgcollect.com/search/tiger+woods+pga+tour

Ha, actually, I got the same.
Same here
Title: Re: Page detected as Slovak
Post by: mkarasch on October 09, 2013, 12:04:37 am
I reported the error.  I'm sure google's engineers are hard at work fixing the issue as we speak.  You're welcome, America.
Title: Re: Page detected as Slovak
Post by: desocietas on October 09, 2013, 11:14:12 am
I reported the error.  I'm sure google's engineers are hard at work fixing the issue as we speak.  You're welcome, America.

lol
Title: Re: Page detected as Slovak
Post by: tripredacus on October 09, 2013, 04:11:22 pm
I reported the error.  I'm sure google's engineers are hard at work fixing the issue as we speak.  You're welcome, America.

I already posted how to fix the problem.  :P
Title: Re: Page detected as Slovak
Post by: teck on October 10, 2013, 12:10:43 am
Seems to have been hit and miss for people....  I get the translation prompt in chrome as well....
Title: Re: Page detected as Slovak
Post by: insektmute on October 17, 2013, 03:52:22 pm
I've run into situations w/ Google from time to time where some page or ad or something defaults my language to something else, like Russian, and it'll stick around on other sites sometimes until I clear my histoy and cookies.

I stopped using Chrome for a variety of reasons, not the least of which is that it seems to allow through more ad and tracking garbage than it should. Switched back to Firefox and haven't run into the language problem since, and using 64-bit builds (initially Waterfox, now Lawlietfox), it's actually been faster, too.
Title: Re: Page detected as Slovak
Post by: matt on October 17, 2013, 05:52:29 pm
I reported the error.  I'm sure google's engineers are hard at work fixing the issue as we speak.  You're welcome, America.

I already posted how to fix the problem.  :P

I added the language to the header and it was still doing it...

after a bit of research I found that Google has their own tag to use:

<meta name="google" content="notranslate">

Added that and problem solved.  I also added lang to the html tag per the W3C recommendations.


 
Title: Re: Page detected as Slovak
Post by: tripredacus on October 17, 2013, 06:46:01 pm
Interesting. Well it seems to be behaving now, thanks!