memsource/magento2-connector 1.0.6

Memsource Cloud connector for Magento 2

Type

magento2-module

License

MIT

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Memsource Connector for Magento 2

Latest version Magento 2 PHP version

Memsource

Memsource is the translation management system for global companies wanting to improve localization efficiency. 400+ languages, 50+ file types, 25+ MT engines, REST API, and patented AI make Memsource the TMS used by many of the world’s leading brands to reduce costs, automate workflows, and optimize the entire translation process.

The Memsource extension for Magento 2 allows you to connect your Memsource 2 account with Memsource to translate products, categories, pages, and blocks.

Installation

There are three ways to install the Memsource Connector extension into your Magento 2 instance:

1. With Composer

Install the extension via Composer:

composer require memsource/magento2-connector
php bin/magento module:enable Memsource_Connector
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

2. Without Composer

If you are unable to use Composer:

  1. Download the zip file above
  2. In your Magento 2 installation, extract the downloaded zip file into the folder app/code/Memsource/Connector
  3. Enable the extension and clear the cache:
php bin/magento module:enable Memsource_Connector
php bin/magento setup:upgrade
php bin/magento cache:flush
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

3. Magento Marketplace

Find the Memsource Connector on the Magento Marketplace and get the extension. In the Magento Administration, go to SystemWeb Setup WizardExtension Manager. Under the number of extensions to install, click on Review and Install. Then, find the Memsource Connector, and click on the Install link. If you are not sure about any of the steps above, check out the Magento Docs for further information.

User Guide

If you want to know how to set up and use the Memsource Connector for Magento 2, check out the User Guide for more information.