Download & Extend

Problems with the module

Project:GTranslate
Version:6.x-1.1
Component:User interface
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

Hello,

This seems like a great module, but when installing and trying it out a couple of issues arrises:

1. Google Translate Top Bar is showing all the time.
2. When running on a Swedish site, the English translation is missing in the drop down select.
3. Does not seem to integrate well with the Drupal articles, as only sporadic words are translated.

Hope this can be fixed, so we can use this promising module! :)

Thanks,

/Kristian

Comments

#1

Hi Kristian,

Try to change the method of the translation, I guess you are using Google Default method.
To run on a Swedish site you need to select your main language as Swedish and make sure you have marked English to be shown in the language list.

Let me know if it helped.

Regards,

Edvard

#2

Title:Loads of issues with GTranslate» Not that many issues left :)

Hi Edvard, thanks for your prompt reply,

I have worked with the module and tested a few settings as you said...
Fixed:
- Changing the default language ofcourse worked (missed that before)...
- The sporadic translation was probably because I had the wrong default language from the start.

Still wrong:
- When I switched to On Fly I got a Javascript error and all the flags show as broken images. (Redirect did not work since it is not a public site yet)

The Javascript error on this code:
if(jQuery.cookie('glang') && jQuery.cookie('glang') != 'sv') jQuery(function($){$('body').translate('sv', $.cookie('glang'), {not:'script', toggle:true});});

and the error is: Exception TypeError: Object function (a,b){return new D.fn.init(ab)} has no method 'cookie'

Any ideas, why I get a Javascript error, and why the flags wont show?

Thanks again for a nice module...
/Kristian

#3

That's a bug, see here: http://drupal.org/node/648674

#4

Title:Not that many issues left :)» Problems with the module

I am changing the title, and use a more descriptive one.

#5

http://drupal.org/node/648674 was fixed. Make sure that you have jQuery library loaded.

nobody click here