Drupal is a registered trademark of Dries Buytaert

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:

The 2.x branch of the module now suports paragraphs.

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 Bulk

Version 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

Activity

Total releases
2
First release
Jan 2025
Latest release
1 year ago
Release cadence
0 days
Stability
100% stable

Releases

Version Type Release date
3.0.2 Stable Jan 17, 2025
3.0.1 Stable Jan 17, 2025