jhipster / generator-jhipster-nodejs

A NodeJS blueprint that creates the backend using NestJS
https://www.npmjs.com/package/generator-jhipster-nodejs
Apache License 2.0
257 stars 80 forks source link

Language i18n for angular home page translation NHipster #45

Closed ghost closed 4 years ago

ghost commented 5 years ago

If we choose the internationalization answer, the default html home page for NHipster is translated. So it is needed to override also the languages json files for NHipster in Angular client.

ghost commented 4 years ago

Steps:

  1. Enable i18n deleting these configuration
  2. Create an entity-i18n subgenerator (inherited from jhipster) in Nhipster
  3. Enable translation for the NHipster home customization
ghost commented 4 years ago

For the previous second step, it must be replaced with the languages subgenerator.

ghost commented 4 years ago

Issue completed!