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

 * Introduction
 * Requirements
 * Recommended modules
 * Installation
 * 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/apiclient:^2.0


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

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


CONFIGURATION
-------------

    At the moment the module provides 3 different Translation APIs

    - MyMygrate 
      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. Select 
        the 'IBM Watson' for the DEFAULT API and save the form.  

    - Google cloud translator v2
      - 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. Select the 
        'Google Cloud Translate V2' for the DEFAULT API and save the form.  
      


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

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