mzubairsaleem / gtranslate-api-php

Automatically exported from code.google.com/p/gtranslate-api-php
GNU General Public License v3.0
0 stars 0 forks source link

It may be possible to translate text string 2500 characters larger? #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
A translation of a string 2500 characters larger generate error. Due to 
google api, I suppose. 

Original issue reported on code.google.com by infocomp...@gmail.com on 23 Nov 2009 at 1:08

GoogleCodeExporter commented 8 years ago
You need to split the text sent on chunks of data. This is an APi limitation

Original comment by josedasilva on 23 Jul 2010 at 6:20

GoogleCodeExporter commented 8 years ago
Yes, indeed, I do that.

Original comment by infocomp...@gmail.com on 23 Jul 2010 at 6:35