easytranslate/m2-compat-mageplaza-blog

Mageplaza Blog 兼容扩展,用于 EasyTranslate Magento 2 集成。

v1.0.3 2024-08-29 08:29 UTC

This package is auto-updated.

Last update: 2024-08-29 08:51:23 UTC


README

本扩展提供了 Mageplaza Blog 扩展和 EasyTranslate Connector For Magento 2 之间的兼容性。

描述

此 Magento 2 扩展确保您也可以通过 EasyTranslate 翻译 Mageplaza 博客文章。

请首先查看 EasyTranslate Connector 模块的 README 了解整个过程。

初始配置

此扩展通过“Mageplaza Blog Posts”组扩展了基本扩展的配置

EasyTranslate Mageplaza Blog Compatibility Configuration

创建项目/访问现有项目

此扩展通过“Mageplaza Blog Posts”字段集扩展了基本扩展的项目编辑页面

EasyTranslate Mageplaza Blog Compatibility Create Project

兼容性

此扩展与 Magento 2.3 和 Magento 2.4 的最新支持版本兼容。

它也可能与较旧版本兼容,但我们强烈建议只使用 Magento 2 的最新版本。

安装说明

安装程序高度依赖于您的设置。在任何情况下,您都应该使用版本控制系统(如 git)并在开发系统上测试安装。

Composer 安装

  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

手动安装

  1. 解压下载的文件。
  2. 创建目录 app/code/EasyTranslate/CompatMageplazaBlog/: mkdir -p app/code/EasyTranslate/CompatMageplazaBlog/
  3. 将解压文件中的 src 目录内容复制到新创建的目录 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

卸载

卸载程序取决于您的设置

Composer 安装后的卸载

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

手动安装后的卸载

  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/

支持

如果您对此扩展有任何问题,请随时在 GitHub 上提交问题。

许可

开源软件许可 3.0

版权

© 2021 - 现在EasyTranslate A/S