Open GoogleCodeExporter opened 9 years ago
The error callback will tell you that it couldn't reliably detect the source
language:
jQuery.translate('семинар дзёдо', 'en', {
complete: function(translation){alert(translation);},
error: function(err){alert(err.message);}
});
However, it works fine from the web interface:
http://translate.google.com/#auto|en|%D1%81%D0%B5%D0%BC%D0%B8%D0%BD%D0%B0%D1%80%
20%D0%B4%D0%B7%D1%91%D0%B4%D0%BE
You should file a bug here:
http://code.google.com/p/google-ajax-apis/issues/list
Original comment by balazs.endresz
on 11 Aug 2010 at 1:47
Original issue reported on code.google.com by
shogunc...@gmail.com
on 11 Aug 2010 at 10:42