Skip to content
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

Fixed Use of hardcoded US locale for BarChart #1763

Merged

Conversation

Slartibartfass2
Copy link
Contributor

The selected locale (here DE) is not used in the BarChart, but instead US is used:
BarChart_DE_bug

When replacing the hard-coded Locale.US with Locale.getDefault(), the correct short month names are shown:
BarChart_DE_fixed

@hiqua
Copy link
Collaborator

hiqua commented Aug 10, 2023

This looks reasonable, I don't think we have a test covering that and I don't think adding one is necessary, so I'll merge that in a week or after unless told otherwise @iSoron.

@hiqua hiqua self-assigned this Aug 10, 2023
@hiqua hiqua merged commit 334dabb into iSoron:dev Aug 18, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants