2017 © Pedro Peláez
 

magento2-module catalogtranslate

Elatebrain Catalog translate extension

image

elatebrain/catalogtranslate

Elatebrain Catalog translate extension

  • Thursday, October 12, 2017
  • by safalweb
  • Repository
  • 0 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

CatalogTranslate

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)

How to install

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

The Versions

12/10 2017

dev-master

9999999-dev

Elatebrain Catalog translate extension

  Sources   Download

OSL-3.0 AFL-3.0

The Requires