I'm having issues with GTranslate when I add the language prefix to the URL.
The normal path for the Javascript / AJAX is /vote/node/1234/whatever, but when the language prefix is added it becomes /en/vote/node/1234/whatever and I get an error because the script cannot be found. This happens cross site if I am in a translated mode. (In the Views module, voting module, so on)
Any advice on this?