yireo/magento2-translatabletitle
Composer 安装命令:
composer require yireo/magento2-translatabletitle
包简介
Magento 2 extension to make XML layout titles translatable
README 文档
README
Magento 2 extension to make every page title (set in XML layout) translatable.
Backgrounds
Within Magento 2.1 (version at time of writing this), you can define a page title in XML layout using code like this:
<page>
<head>
<title>Example</title>
</head>
</page>
Unfortunately, this title is not translatable. This module can be installed to simply make it translatable anyway.
Installation
To install this extension, use the following command:
composer require yireo/magento2-translatabletitle
Afterwards, enable this module, run the setup scripts and flush the cache:
./bin/magento module:enable Yireo_TranslatableTitle
./bin/magento setup:upgrade
Status
Stable
统计信息
- 总下载量: 17
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 8
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2017-07-31