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)?

CommentFileSizeAuthor
google.error_.txt2.8 KBdeltab

Comments

vako’s picture

I 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.

univac’s picture

splitting 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

davidtrainer’s picture

Title: Any workaround for Google's "Request URL too Large" error? » Integrate jquery-translate library
Assigned: Unassigned » davidtrainer

Hi, 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/

davidtrainer’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.