prestashop/translationtools-bundle
最新稳定版本:v6.1.0
Composer 安装命令:
composer require prestashop/translationtools-bundle
包简介
Translation tools for PrestaShop
README 文档
README
Embed Translation dumpers and extractors for PrestaShop eCommerce CMS. Can be also useful if you need to parse Smarty files.
Installation
As usual, there is few steps required to install this bundle:
1 Add this bundle to your project as a composer dependency:
// composer.json { // ... require: { // ... "prestashop/translationtools-bundle": "dev-master" } }
2 Add this bundle to your application kernel:
// app/AppKernel.php public function registerBundles() { $bundles = array( // ... new PrestaShop\TranslationToolsBundle\TranslationToolsBundle(), ); return $bundles; }
3 How to contribute
This bundle is unit-tested and well covered. You can execute the tests with this command:
$ ./vendor/bin/phpunit
统计信息
- 总下载量: 6.96M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-04