We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reading through https://github.com/checkstyle/checkstyle/blob/489ce031e818f955a95c10d9f10668cb1b7b4b54/src/main/java/com/puppycrawl/tools/checkstyle/api/LocalizedMessage.java#L367-L377 showed that we actually need to pass in the Locale for the given bundle, to load the correct message. The Locale we should load is the Locale.getDefault().
Locale
Locale.getDefault()
The text was updated successfully, but these errors were encountered:
How is this affecting our current plans?
Sorry, something went wrong.
This is not blocking right now, but an enhancement for later. It mostly requires investigation, as I suspect we already deal with this case.
No branches or pull requests
Reading through https://github.com/checkstyle/checkstyle/blob/489ce031e818f955a95c10d9f10668cb1b7b4b54/src/main/java/com/puppycrawl/tools/checkstyle/api/LocalizedMessage.java#L367-L377 showed that we actually need to pass in the
Locale
for the given bundle, to load the correct message. TheLocale
we should load is theLocale.getDefault()
.The text was updated successfully, but these errors were encountered: