auto_node_translate
This module provides the ability to add automatic translations to nodes using external libraries.
Features
At the moment the module provides 6 different Translation APIs:
- Amazon Translate (^2.1)
https://aws.amazon.com/translate - MyMemory
https://mymemory.translated.net/ - IBM Watson translator (DEPRECATED)
https://www.ibm.com/cloud/watson-language-translator - Google cloud translator v2
https://cloud.google.com/dotnet/docs/reference/Google.Cloud.Translation.... - Google cloud translator v3
https://cloud.google.com/translate/docs/reference/rpc/google.cloud.trans...
- LibreTranslate
For Multilingual Paragraphs please read this first
For automatic block translation use Auto Block Translate For automatic taxonomy terms translation use Auto Taxonomy Term Translate For custom translations use ANT Custom Translations For bulk translations use Auto Node Translate BulkVersion 3
This a a major rewrite of the module.
Changes
All translation providers are now plugins that can be implemented by other contrib modules, only MyMemory is implemented on the main module out of the box.
Contrib modules providers
Installation
Dependencies for version 2
This module requires the google cloud translate client, if or don't use composer to
install the module install it with composer.
* composer require google/cloud-translate:^1.10
The 2.1 version also requires the aws sdk
* composer require aws/aws-sdk-php
Configuration
Configure the Automatic Translation for version 2 at (/admin/config/auto_node_translate/config).
Configure the Automatic Translation for version 3 at
(/admin/config/regional/auto-node-translate-settings).
Using
- Choose an API in the settings page.
- Create a translatable node, in any language.
- Click on the "Automatic Translation" tab.
- Choose the language(s) you want to translate to.
- This module will create or update the translations of the selected languages, automatically translating all text fields.
Credits
Powered by Javali