balazs-endresz / jquery-translate

Automatically exported from code.google.com/p/jquery-translate
5 stars 5 forks source link

Bing won't translate #74

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
jquery-translate version:1.4.7
jQuery version:1.6.4
browser:Chrome, Firefox, Opera, IE
OS:Windows 7

URL of the page: http://cafebar.ro/home-ft-ro.php

What steps will reproduce the problem?
1.inserting the $.translate.load('bing-id'); doesn't fire the translation, so I 
guess the bing doesn't work; if I delete the bing id line everything works fine

How to fix this?

Original issue reported on code.google.com by watta...@gmail.com on 27 Oct 2011 at 12:04

GoogleCodeExporter commented 9 years ago
You have to use a newer version of the plugin from the trunk:
http://code.google.com/p/jquery-translate/source/browse/trunk/jquery.translate-d
ebug-all.js

Original comment by balazs.endresz on 27 Oct 2011 at 8:40

GoogleCodeExporter commented 9 years ago
Sorry, this one:
http://jquery-translate.googlecode.com/svn/trunk/jquery.translate-debug-all.js

Original comment by balazs.endresz on 27 Oct 2011 at 8:41

GoogleCodeExporter commented 9 years ago
OK, I got it working. Thank you!

Original comment by watta...@gmail.com on 28 Oct 2011 at 12:09

GoogleCodeExporter commented 9 years ago

Original comment by balazs.endresz on 6 Nov 2011 at 12:51

GoogleCodeExporter commented 9 years ago
<script src="cuerposweb/js/jquery.js"></script>
<script src="cuerposweb/js/jquery.translate.js"></script>

<script type="text/javascript">

$(document).ready(function()
{
$.translate.load('40B3D3ACA9718A309AB24E9AE33DF58D3EADB7B1');
$('#contenedor_web_header').translate('<? echo $_SESSION['lang'];?>');
$('#contenedor_web_header_infor').translate('<? echo $_SESSION['lang'];?>');
$('#contenedor_web_body').translate('<? echo $_SESSION['lang'];?>');
$('#content_tags').translate('<? echo $_SESSION['lang'];?>');
$('#contenedor_web_footer').translate('<? echo $_SESSION['lang'];?>');
$('#translator').translate('<? echo $_SESSION['lang'];?>');
$('#footer_links_content').translate('<? echo $_SESSION['lang'];?>');
}
);
</script>

I use this with this last modification and no translate nothing , you can help 
me please , Thank´s Regards 

Original comment by franm...@gmail.com on 23 Dec 2011 at 11:40