Do you want us to install and configure the Crowdin Integration extension for you?

Let our technical engineers do it – check out our Installation Service.

To install Magento 2 Crowdin Integration Extension by Magefan, please use one of these installation methods.

Installation Method 1 - Installing via Composer (Recommended/Easier)

  1. Open command line
  2. Using command "cd" navigate to your Magento 2 root directory
  3. Run CLI commands:
composer require magefan/module-crowdin-integration
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

Note: if you don't want your website to be down during deployment, try these zero downtime deployment commands for Magento 2.

Installation Method 2 - Installing using an archive and FTP

  1. Download Crowdin Integration Extension ZIP-Archive from magefan.com website.
  2. Extract files.
  3. Copy app and pub folders from the archive to your Magento 2 folder.
    Install Magento 2 Extension Using FTP
  4. In a command line, using "cd", navigate to your Magento 2 root directory.
  5. Run CLI commands:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

After you install the extension, you can move on to the configuration.