CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Recommended modules
 * Installation
 * Features
 * Configuration
 * Maintainers


INTRODUCTION
------------

 provides the ability translate nodes on creation and edition.

 * For a full description of the module, visit the project page:
   https://www.drupal.org/project/auto_node_translate
 * To submit bug reports and feature suggestions, or to track changes:


REQUIREMENTS
------------

This module requires the the google api client if or don't use composer to 
install the module install it with composer.

 * composer require google/cloud-translate:^1.10


INSTALLATION
------------

 * Install as you would normally install a contributed Drupal module.
   See: https://www.drupal.org/node/895232 for further information.


FEATURES
-------------
     At the moment the module provides 4 different Translation APIs:
     - MyMemory 
       https://mymemory.translated.net/
     - IBM Watson translator
       https://www.ibm.com/cloud/watson-language-translator
     - Google cloud translator v2
       https://cloud.google.com/dotnet/docs/reference/Google.Cloud.Translation.V2/latest
     - Google cloud translator v3
       https://cloud.google.com/translate/docs/reference/rpc/google.cloud.translation.v3
     
CONFIGURATION
-------------

    At the moment the module provides 4 different Translation APIs

    - MyMemory 
      No configuration needed 
    
    - IBM Watson translator
      - Create an account in https://cloud.ibm.com/registration. 
      - Login to your account in https://cloud.ibm.com/login.
      - Open the "IBM Cloud" menu and select Watson
      - In Watson menu select "Browse Services" and select "Language Translator"
      - Create the service
      - Choose the "Manage" option from the menu.
      - go to /admin/config/auto_node_translate/config and insert your apikey
        and url on the config form. the latest available version can be checked 
        in https://cloud.ibm.com/apidocs/language-translator#versioning.

    - Google cloud translator v2 and v3
      - Create an account on https://cloud.google.com
      - Follow the first step on 
        https://cloud.google.com/translate/docs/quickstart to create your 
        project. 
      - On your project Dashboard click on "Explore and enable APIs" on the tab 
        "Credentials" create an API KEY.
      - go to /admin/config/auto_node_translate/config and insert your apikey
        and project id on the config form.
      

MAINTAINERS
-----------

Current maintainers:
 * Paulo Calado (kallado) - https://www.drupal.org/u/kallado
 * João Mauricio (jmauricio) - https://www.drupal.org/u/jmauricio
 
This project has been sponsored by:
 * Javali
   Visit: https://www.javali.pt for more information
