Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
note about 5000 chars for GTranslate API
  • Loading branch information
fballiano authored Oct 4, 2016
1 parent 52c5cfc commit 7694985
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ php fballiano_full_catalog_translate.php default storeviewita

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

Google Translate characters limit!
----------------------------------
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!

Backup!!!
---------
Backup your database before launching the translation process!!!
Expand Down

0 comments on commit 7694985

Please sign in to comment.