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
Comment #1
edo888 commentedHi 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
Comment #2
Sourcery commentedHi 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
Comment #3
AKAli commentedThat's a bug, see here: http://drupal.org/node/648674
Comment #4
avpadernoI am changing the title, and use a more descriptive one.
Comment #5
edo888 commentedhttp://drupal.org/node/648674 was fixed. Make sure that you have jQuery library loaded.
Comment #6
avpadernoI am closing this issue, since Drupal 6 isn't supported anymore.