e-conomix/module-dbtranslations

Economix 数据库翻译模块

1.0.5 2021-01-13 05:22 UTC

This package is auto-updated.

Last update: 2024-09-13 13:34:28 UTC


README

Magento 2 PHP >= 7.0.13

用于在管理后台添加和编辑数据库翻译的 Magento2 模块。

安装

安装扩展的最简单方法是使用 Composer

运行以下命令

  • $ composer require e-conomix/module-dbtranslations
  • $ bin/magento module:enable Economix_DbTranslations
  • $ bin/magento setup:upgrade && bin/magento setup:static-content:deploy

注意

❗ 如果不是绝对必要,则不应使用这些翻译!请将翻译创建在模块、语言包或主题中。 ❗

功能

从后台创建和编辑现有数据库翻译,请访问

Content -> Translations -> DB Translations

alt translation menu entry

列表视图 alt translation list view

编辑视图 alt translation edit view

创建视图 alt translation create view