-
-
Notifications
You must be signed in to change notification settings - Fork 216
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
Enhance React i18n module #11002
Comments
I think you can split translations by context. If it's easier to be consistent with JSON, we can start with it and maybe later (in the future) we will be able to use typescript type system to check translation keys. |
fabienpuissant
pushed a commit
to fabienpuissant/jhipster-lite
that referenced
this issue
Feb 6, 2025
fabienpuissant
pushed a commit
to fabienpuissant/jhipster-lite
that referenced
this issue
Feb 6, 2025
fabienpuissant
pushed a commit
to fabienpuissant/jhipster-lite
that referenced
this issue
Feb 6, 2025
fabienpuissant
pushed a commit
to fabienpuissant/jhipster-lite
that referenced
this issue
Feb 6, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To follow the idea of what have been done in the VueI18nModule, the React one module needs the be adapted.
The text was updated successfully, but these errors were encountered: