memsource / magento2-connector
Memsource Cloud connector for Magento 2
Installs: 92
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 0
Type:magento2-module
Requires
- php: ~5.6.5|~7.0|~8.0
- magento/framework: ~100.1|~101.0|~102.0|~103.0
README
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:
- Download the zip file above
- In your Magento 2 installation, extract the downloaded zip file into the folder
app/code/Memsource/Connector
- 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 System
→ Web Setup Wizard
→ Extension 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.