miranj / craft-auto-translator
一款Craft CMS插件,用于将内容从一种语言自动翻译成另一种语言。
dev-dev
2024-03-04 11:46 UTC
Requires
- php: >=8.0.2
- craftcms/cms: ^4.4.0
- deeplcom/deepl-php: ^1.5
- google/cloud-translate: ^1.14
Requires (Dev)
- craftcms/ecs: dev-main
- craftcms/phpstan: dev-main
This package is auto-updated.
Last update: 2024-09-05 06:51:00 UTC
README
一个 Craft CMS 插件,用于自动将内容从一种语言翻译成另一种语言。
内容
安装
您可以使用Composer安装此插件。
打开您的终端并运行以下命令
# go to the project directory
cd /path/to/project
# tell composer to use the plugin
composer require miranj/craft-auto-translator
# tell Craft to install the plugin
./craft plugin/install auto-translator
要求
此插件需要Craft CMS 4.4或更高版本,以及PHP 8.0.2或更高版本。
由 Miranj 提供