Skip to content

Commit 7694985

Browse files
authored
Update README.md
note about 5000 chars for GTranslate API
1 parent 52c5cfc commit 7694985

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ php fballiano_full_catalog_translate.php default storeviewita
3131

3232
The process will gather all the products that need to be translated (from the target storeview), gather the untranslated text (from the source storeview), call Google Translate API for every attribute, import the translated text into the target store view, set the record to "not to be translated" (again, into the target storeview).
3333

34+
Google Translate characters limit!
35+
----------------------------------
36+
Google Translate APIs only supports a maximum of 5,000 characters in a single request. If you setup this module to use Google Translate, be sure that your products' descriptions are less than 5,000 characters long!
37+
3438
Backup!!!
3539
---------
3640
Backup your database before launching the translation process!!!

0 commit comments

Comments
 (0)