[Bug] German number separator is wrong
Open
en
i18n
new-feature
- Dominant language
- TypeScript
- Stars
- 67.3k
- Forks
- 19.8k
- Avg merge
- 11d 14h
- Merged PRs (30d)
- 8
Description
### Version
5.4.1
### Link to Minimal Reproduction
_No response_
### Steps to Reproduce
Create any chart with German locale and separated numbers
### Current Behavior
Current separator for German is 1,000,000.123
### Expected Behavior
Separator for German should be 1.000.000,123
Source: https://learn.microsoft.com/en-us/globalization/locale/number-formatting#the-character-used-as-the-decimal-separator (I am a native speaker)
### Environment
_No response_
### Any additional comments?
Already added a pull request: https://github.com/apache/echarts/pull/18263
Contributor guide
Assessment
This issue has not been assessed yet.