generator-jhipster-translation v1.0.4
generator-jhipster-translation
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.
Introduction
This is a JHipster module, that is meant to be used in a JHipster application.
Prerequisites
As this is a JHipster module, we expect you have JHipster and its related tools already installed:
Installation
With Yarn
To install this module:
yarn global add generator-jhipster-translationTo update this module:
yarn global upgrade generator-jhipster-translationWith NPM
To install this module:
npm install -g generator-jhipster-translationTo update this module:
npm update -g generator-jhipster-translationUsage
First, you have to run the generator using the following command :
yo jhipster-translationThe generator will then ask you to enter your google translate API key to be able to translate your entities.
License
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)