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
258 stars 80 forks source link

Language i18n for react home page translation NHipster #59

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 React 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
Aragonbn90 commented 4 years ago

I've forked the repository. This issue will be at https://github.com/Aragonbn90/generator-jhipster-nodejs/tree/i18n-react-home

ghost commented 4 years ago

Great!!! you are wonderful!

ghost commented 4 years ago

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

ghost commented 4 years ago

Thanks for the support, the issue is completed!

language