mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-30 18:56:45 +02:00
Fix first day of week for pt locale
This commit is contained in:
parent
4176d8e1a6
commit
59bfdef2d3
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ const dayjsLocales: Record<
|
||||||
import: () => import("dayjs/locale/sv"),
|
import: () => import("dayjs/locale/sv"),
|
||||||
},
|
},
|
||||||
pt: {
|
pt: {
|
||||||
weekStartsOn: "sunday",
|
weekStartsOn: "monday",
|
||||||
timeFormat: "24h",
|
timeFormat: "24h",
|
||||||
import: () => import("dayjs/locale/pt"),
|
import: () => import("dayjs/locale/pt"),
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue