Commit 06c7515
committed
fix(ui5-calendar): fix displayed month name (#5212)
The core handling of the CLDR data and CLDR data itsef is correct.
The root cause seems to be the usage of getMonths in the MonthPicker. Exchanging it with getMonthsStandAlone resolves the issue. This is the method used in the OpenUI5 equivalent.
Fixes: #51201 parent 066ff40 commit 06c7515
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
0 commit comments