1.0.4 • Published 5 years ago

generator-jhipster-translation v1.0.4

Weekly downloads
10
License
MIT
Repository
github
Last release
5 years ago

generator-jhipster-translation

NPM version Build Status Dependency Status

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)