level51/silverstripe-fluent-autotranslate

使用Google Translate自动翻译的Silverstripe与Fluent模块

安装数量2,326

依赖项: 0

建议者: 0

安全: 0

星标: 1

关注者: 2

分支: 1

开放问题: 0

类型:silverstripe-vendormodule

0.2.0 2024-06-27 00:00 UTC

This package is auto-updated.

Last update: 2024-08-27 18:47:03 UTC


README

使用Google Cloud Translation自动翻译的Silverstripe与Fluent模块。

要求

安装

composer require level51/silverstripe-fluent-autotranslate

设置

定义Google Cloud Translation API的API密钥如下

Level51\Autotranslate\AutotranslateFieldExtension:
    google_cloud_translation_api_key: 'YOUR_API_KEY'

有关设置说明,请参阅https://cloud.google.com/translate/docs/setup

维护者

禁用特定字段类型的扩展

Level51\Autotranslate\AutotranslateFieldExtension:
  class_blacklist:
    - SilverStripe\Forms\HTMLEditor\HTMLEditorField