The module works very well with small comments, but with larger comments, I get "The requested URL /uds/Gtranslate... is too large to process."
The URL is attached. Wondering if there is any workaround for this (like perhaps processing the comment in parts)?
| Comment | File | Size | Author |
|---|---|---|---|
| google.error_.txt | 2.8 KB | deltab |
Comments
Comment #1
vako commentedI have the same issue. But currently am using in conjunction the Google Translate module which translates the whole page, including the comments, no matter how large they are.
Comment #2
univac commentedsplitting the text in paragraphs with the <p> element
and selecting the following CSS class
.content p
will provide separate language switcher in each separate paragraphs.
not good for all the seanons, but at least it is something...
bye
Comment #3
davidtrainer commentedHi, I am going to update the module to use the jquery-translate library, which can send source text in sequence and will remove the restriction on the amount that can be translated at one time.
http://drupal.org/project/translatableregions
http://code.google.com/p/jquery-translate/
Comment #4
davidtrainer commented