Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turning off Internationization fails #28004

Closed
RickPoleshuck opened this issue Nov 26, 2024 · 0 comments · Fixed by #28035
Closed

Turning off Internationization fails #28004

RickPoleshuck opened this issue Nov 26, 2024 · 0 comments · Fixed by #28035

Comments

@RickPoleshuck
Copy link
Contributor

When you answer 'No' to Internationalization, you are still prompted for secondary language.
Also when use jdl to add entities, those new entities do not get the correct strings in the generated html.

Overview of the issue

For example, here is one generated button:

  <button type="button" class="btn btn-secondary" data-dismiss="modal" (click)="cancel()">
    <fa-icon icon="ban"></fa-icon>&nbsp;<span>Translation missing for entity.action.cancel</span>
  </button>
JHipster info

Welcome to JHipster v8.7.3

Motivation for or Use Case

I would prefer not use internationalization, but that would require me patching a lot of generated html.

Reproduce the error
  1. Create a totally new project
  2. Choose No to internationalization.
  3. Use JDL to add one simple entity.
  4. Review the generated html for that entity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants