Module for auto translation using Google Cloud Translation for Silverstripe with Fluent.
- Silverstripe ^4
- Fluent >=4
- PHP >= 7.1
- ext-json
composer require level51/silverstripe-fluent-autotranslate
Define the API key for the Google Cloud Translation API like this:
Level51\Autotranslate\AutotranslateFieldExtension:
google_cloud_translation_api_key: 'YOUR_API_KEY'
See https://cloud.google.com/translate/docs/setup for setup instructions.
- Level51 [email protected]
Level51\Autotranslate\AutotranslateFieldExtension:
class_blacklist:
- SilverStripe\Forms\HTMLEditor\HTMLEditorField