mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-29 10:16:32 +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"),
|
||||
},
|
||||
pt: {
|
||||
weekStartsOn: "sunday",
|
||||
weekStartsOn: "monday",
|
||||
timeFormat: "24h",
|
||||
import: () => import("dayjs/locale/pt"),
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue