abmat/craft-translationhelper

翻译助手

1.0.5 2024-08-19 12:02 UTC

This package is auto-updated.

Last update: 2024-09-19 12:23:01 UTC


README

翻译助手

要求

此插件需要Craft CMS 4.0或更高版本,以及PHP 8.0.2或更高版本。

安装

您可以从插件商店或使用Composer安装此插件。

从插件商店

转到项目控制面板中的插件商店,搜索“翻译助手”,然后点击“安装”。

使用Composer

打开您的终端并运行以下命令

# go to the project directory
cd /path/to/my-project.test

# tell Composer to load the plugin
composer require abmat/craft-translationhelper

# tell Craft to install the plugin
./craft plugin/install abm-translationhelper