From 161a17d9be92607622f1d373fda3cd22ed64e8cb Mon Sep 17 00:00:00 2001 From: Fabrizio Balliano Date: Thu, 12 Jun 2014 09:18:16 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2931b9e..aa99a7f 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,12 @@ 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). +Backup!!! +--------- + +Backup your database before launching the translation process!!! +This module is provided "as is" and I'll not be responsible for any data damage. + Some technical detail --------------------- To speed up a bit the import process, a patched version of [Magmi](http://sourceforge.net/projects/magmi/) it's included in the extension (lib/Magmi).