easytranslate/m2-compat-mageplaza-blog

Mageplaza Blog compatibility extension for the EasyTranslate Magento 2 integration.

v1.0.2 2023-05-23 13:19 UTC

This package is auto-updated.

Last update: 2024-04-23 16:22:36 UTC


README

This extension provides compatibility between the Mageplaza Blog extension and the EasyTranslate Connector For Magento 2.

Description

This Magento 2 extension makes sure that you can also translate Mageplaza blog posts via EasyTranslate.

Please first check the README of the EasyTranslate Connector module to understand the whole process.

Initial Configuration

This extension extends the configuration of the base extension by a "Mageplaza Blog Posts" group:

EasyTranslate Mageplaza Blog Compatibility Configuration

Create Projects / Access Existing Projects

This extension extends the project edit page of the base extension by a "Mageplaza Blog Posts" fieldset:

EasyTranslate Mageplaza Blog Compatibility Create Project

Compatibility

This extension is compatible with the latest supported versions of Magento 2.3 and Magento 2.4.

It may also be compatible with older versions, but we strongly recommend to only use up-to-date versions of Magento 2.

Installation Instructions

The installation procedure highly depends on your setup. In any case, you should use a version control system like git and test the installation on a development system.

Composer Installation

  1. composer require easytranslate/m2-compat-mageplaza-blog
  2. bin/magento module:enable EasyTranslate_CompatMageplazaBlog
  3. bin/magento setup:upgrade
  4. bin/magento setup:di:compile
  5. bin/magento cache:flush

Manual Installation

  1. Unzip the downloaded files.
  2. Create the directory app/code/EasyTranslate/CompatMageplazaBlog/: mkdir -p app/code/EasyTranslate/CompatMageplazaBlog/
  3. Copy the contents of the src directory from the unzipped files to the newly created directory app/code/EasyTranslate/CompatMageplazaBlog/.
  4. bin/magento module:enable EasyTranslate_CompatMageplazaBlog
  5. bin/magento setup:upgrade
  6. bin/magento setup:di:compile
  7. bin/magento cache:flush

Uninstallation

The uninstallation procedure depends on your setup:

Uninstallation After Composer Installation

  1. bin/magento module:uninstall EasyTranslate_CompatMageplazaBlog
  2. bin/magento setup:di:compile
  3. bin/magento cache:flush

Uninstallation After Manual Installation

  1. bin/magento module:disable EasyTranslate_CompatMageplazaBlog
  2. bin/magento setup:di:compile
  3. bin/magento cache:flush
  4. rm -r app/code/EasyTranslate/CompatMageplazaBlog/

Support

If you have any issues with this extension, feel free to open an issue on GitHub.

Licence

Open Software License 3.0

Copyright

© 2021 - present EasyTranslate A/S