vladflonta / magento2-inline-translation-fix
修复脚本标签元素内的内联翻译。
1.1.0
2018-07-19 11:35 UTC
Requires
- magento/module-translation: >=100.0.2
This package is auto-updated.
Last update: 2024-09-10 22:11:26 UTC
README
修复脚本标签元素内的内联翻译。
安装步骤
-
通过composer获取模块
composer require "vladflonta/magento2-inline-translation-fix":"~1.1"
或通过git
git clone https://github.com/vladflonta/magento2-inline-translation-fix app/code/VladFlonta/InlineTranslationFix
-
启用模块
bin/magento module:enable VladFlonta_InlineTranslationFix
bin/magento setup:upgrade
许可协议
本项目采用开源软件许可协议(OSL 3.0)