-
Notifications
You must be signed in to change notification settings - Fork 40
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
v3.0.0 - Missing words #289
Comments
Thank you for reporting this issue. This is happening because internal resource bundles can no longer be added from outside jdk modules. I am working on a solution for this.
This can be accomplished by changing the default locale: |
Reopened because of #298 (comment) |
@Xujiayao I'm not quite able to reproduce the missing resources. Could you check for me using a debugger what values are contained in the |
Can you give a sample code and where should breakpoints be set for that? I tried but |
SwingUtilities.invokeLater(() -> {
LafManager.install(new IntelliJTheme());
UIDefaults defaults = UIManager.getLookAndFeelDefaults();
}); Should do the trick. Then inspect |
Yes exactly thank you :) |
Ok. Thank you for your hard work! 👍 |
Sorry I didn't get back to you sooner. This seems very wird to me. All necessey resource bundles are loaded and they do contain the missing strings. I'll have to do some more investigation to find out why this is happening. What jdk version/dsitribution do you use? |
I was able to reproduce the issue and fixed it with the latest snapshot. |
Just tested and it's fixed. This has helped me a lot in my modular project. Thank you so much! |
Describe the bug
2.7.3 ---> normal
3.0.0 ---> missing words
To Reproduce
Screenshots
Additional Information:
Additional context
In addition, I would like to add another question, can the English letters "Open" "Cancel" here be changed into other languages?
The text was updated successfully, but these errors were encountered: