I'm testing a very simple site — it's a placeholder site mostly built on graphics — and when I just loaded it in Chrome, the Chrome toolbar tells me the pages is in Turkish and asks if I'd like to translate. I can't find anything in the code that could be causing this. I'm just going to put it all up here since there's not much of it. Below is the page code in its entirety, with brand names changed. (There's nothing in the brand names that indicates to me they'd be interpreted as Turkish).
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Acme Vineyards ℘ Sonoma County</title>
<meta name="description" content="Acme Vineyards: Farming with Purpose in Sonoma County, California">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, width=device-width">
<link rel="stylesheet" href="normalize.min.css">
<link rel="stylesheet" href="main.css">
<!--[if lt IE 9]>
<script src="js/vendor/html5-3.6-respond-1.1.0.min.js"></script>
<![endif]-->
</head>
<body>
<nav>
<ul><!-- before adding anchor tags, uncomment the :hover lines in main.less -->
<li id="durell">Marnell Vineyard</li>
<li id="gaps-crown">Gap’s End Vineyard</li>
<li id="dupont">Acme Vineyard</li>
<li id="wilson">Smith Vineyard</li>
<li id="one-sky">One Star Vineyard</li>
</ul>
</nav>
<div class="main-container">
<h1>Acme Vineyards: Farming with Purpose in Sonoma County</h1>
</div>
<div class="footer-container">
<footer>
<dl id="phone">
<dt class="office">Office: </dt><dd class="office"><a href="tel:5555555555">555-555-5555</a></dd>
<dt class="fax">Fax: </dt><dd class="fax"><a href="tel:5555555555">555-555-5555</a></dd>
</dl>
<ul id="mail">
<li id="email"><a href="mailto:info@acmevineyards.com">info@acmevineyards.com</a></li>
<li>PO Box 55555, Sonoma, CA 95555</li>
</ul>
</footer>
<p id="credits">Site Design: <a href="http://acmedesign.com" target="_blank">Acme Design</a>
</div>
<div id="badge"></div>
</body>
</html>