-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Closed
Labels
C: VCalendarT: bugFunctionality that does not work as intended/expectedFunctionality that does not work as intended/expectedi18nInternationalization issueInternationalization issue
Milestone
Description
Environment
Vuetify Version: 3.7.19
Vue Version: 3.5.13
Browsers: Chrome 135.0.0.0
OS: Windows 10
Steps to reproduce
Use Vuetify with en locale set to 'fr', or 'es' or 'it', ...
Remove Sunday on the weekdays
list param
Set first-day-of-week
at value 0 (in french it's 0 = Monday : first day of a week)
Expected Behavior
Days headers has to be "L, M, M, J, V, S"
Rows on the calendar has to be continuous on V (Friday) & S (Saturday)
Actual Behavior
Days headers are good
Rows on the calendar are not continuous on V (Friday) & S (Saturday)
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
Example on April :
friday (V) is 04-04 but saturday (S) is 04-06 (Sunday date is shown)
friday (V) is 04-11 but saturday (S) is 04-13 (Sunday date is shown)
...etc
Metadata
Metadata
Assignees
Labels
C: VCalendarT: bugFunctionality that does not work as intended/expectedFunctionality that does not work as intended/expectedi18nInternationalization issueInternationalization issue