JHipster module, this module translates all your entities from the native language of your jhipster application to all the different languages available on your application. It works with google translate. You will therefore need a google translate API key.
This is a JHipster module, that is meant to be used in a JHipster application.
As this is a JHipster module, we expect you have JHipster and its related tools already installed:
To install this module:
yarn global add generator-jhipster-translation
To update this module:
yarn global upgrade generator-jhipster-translation
To install this module:
npm install -g generator-jhipster-translation
To update this module:
npm update -g generator-jhipster-translation
First, you have to run the generator using the following command :
yo jhipster-translation
The generator will then ask you to enter your google translate API key to be able to translate your entities.
MIT © Contribution Jhipster UGA
Created by Contribution Jhipster UGA : Julien Courtial, Hugo Gros-Daillon, Cédric Lafrasse and Bastien Terrier. (https://github.com/contribution-jhipster-uga)