dev-master
9999999-devElatebrain Catalog translate extension
OSL-3.0 AFL-3.0
The Requires
- google/cloud-translate *
- php ~5.5.0|~5.6.0|~7.0.0
by Ankit Patel
Elatebrain Catalog translate extension
CatalogTranslate is magento2 extension developed by ElateBrain and designed by Safalweb. Using this extension you can translate your products and categories using Magento2 CLI command interface., (*1)
This extension is now available through Packagist ! You don't need to specify the repository anymore., (*2)
Add the following lines into your composer.json, (*3)
... "require":{ ... "elatebrain/catalogtranslate": "^1.0.0" }
or simply run this command, (*4)
composer require "elatebrain/catalogtranslate:*"
Then type the following commands from your Magento root:, (*5)
$ composer update $ ./bin/magento cache:disable $ ./bin/magento module:enable Elatebrain_Catalogtranslate $ ./bin/magento setup:upgrade $ ./bin/magento cache:enable
Elatebrain Catalog translate extension
OSL-3.0 AFL-3.0