-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Qute message bundles: fix localization of enums #44883
Conversation
mkouba
commented
Dec 3, 2024
- support constants with underscores
- fixes Qute message bundle using enum uppercase with words separated by underscores #44866
🙈 The PR is closed and the preview is expired. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
- support constants with underscores - fixes quarkusio#44866
Status for workflow
|
Status for workflow
|
@mkouba we wanted to make sure before backporting to 3.15 this wouldn't break existing applications i.e. if you have a key defined for an enum that was working prior to this patch, it will still be taken into account? Thanks. |
I think that previously if a message enum key contained |
@mkouba but if you had keys with enums in your resource bundle that worked before, they will still work, right? That's what we wanted to check. |
Yes, they should still work. |