-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Remove LocaleConfiguration #23818
Remove LocaleConfiguration #23818
Conversation
01604b1
to
f13d31c
Compare
Not sure why it's failing |
@shrralis we are using snapshot to validate changes on file generation |
I think we should replace we our own header. |
@DanielFran sorry, it is my first time doing such kind of stuff.
Do I understand correctly I need to run
It's about this function, right?
If yes, then which version should I set there? Should it be under the currently latest defined 7.10.0 ?
@mshima I don't get what's wrong with Spring i18n. I believe it's being used by sending E-Mails only? If so, then there should be no problem since we creating a |
Translated error messages in api responses. |
@mshima well, I could revert the change and remove only this part: @Bean
public LocaleResolver localeResolver() {
return new AngularCookieLocaleResolver("NG_TRANSLATE_LANG_KEY");
} But still, I see that there's a
There's an |
e3006ee
to
ea5dc4a
Compare
@mshima Not sure it is working today? |
@DanielFran I'm not sure what I should check there. From what I saw, API error messages aren't i18n-ized and all of the i18n is being performed by frontend frameworks (except EMail sending). |
@shrralis Can you please resolve conflicts in this PR? |
ea5dc4a
to
31dae68
Compare
@mraible sure, done |
remove LocaleConfiguration due to be a leftover from angularjs Fix jhipster#20106
450489d
to
b837857
Compare
@shrralis Thanks for your contribution! |
Bug bounty claimed https://opencollective.com/generator-jhipster/expenses/200339 |
remove LocaleConfiguration due to being a leftover from angularjs
Fix #20106
Please make sure the below checklist is followed for Pull Requests.
When you are still working on the PR, consider converting it to Draft (below reviewers) and adding
skip-ci
label, you can still see CI build result at your branch.