generator-jhipster-translation
v1.0.4
Published
This module translates all your entities from the native language of your jhipster application to all the different languages available on your application.
Downloads
7,611
Maintainers
Readme
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-translation
To update this module:
yarn global upgrade generator-jhipster-translation
With NPM
To install this module:
npm install -g generator-jhipster-translation
To update this module:
npm update -g generator-jhipster-translation
Usage
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.
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)