DragonApp


DragonApp Translate Product Content


Download it at:

DragonApp Translate Product Content


This extension allow you translate product titles and description from default language to other languages using Google Translate

Features

  1. Use Google translate
  2. Only translate product you selected by product id, sku or category id
  3. Prevent repeat translate

Attention!

You need to have your own google translate API, which is paid service provided by Google.

Installation


This extension DO NOT overwrite any file.

Steps

  1. Simply upload all files in upload folder to your public root folder.

    FTP Upload

  2. Go to Modules --> DragonApp Translate

    Setting

    1. Status: Select Enabled to enable the extension
    2. Google API Key: Input your Google API key
    3. Translate option: You can choose what you want to translate, product name, product description, or both
    4. Languages: The language you want to translate to
    5. White list: the words you don't want to translate, separated by commas

Usage

Visit the extension path and then it will translate the products automatically.

  1. Translate single product by product SKU, e.g. MY-PRODUCT-SKU-001:

    http://www.yourstore.com/index.php?route=translate/da_translate&sku=MY-PRODUCT-SKU-001

  2. Translate single product by product id, e.g. 12345:

    http://www.yourstore.com/index.php?route=translate/da_translate&product_id=12345

  3. Translate a range of products by product id (e.g. from 12345 to 15000):

    http://www.yourstore.com/index.php?route=translate/da_translate&product_id=12345-15000

  4. Translate all products under a category

    http://www.yourstore.com/index.php?route=translate/da_translate&category_id=5

Demo


Backend

http://demo.dragonapp.com/admin

Login: demo
Password: demo
  1. After login, visit Extensions --> Modules --> DragonApp Translate

Change Log


2013-03-11 v1.0.0

  • First release