Fix first day of week for pt locale

This commit is contained in:
Luke Vella 2022-08-18 10:25:05 +01:00
parent 4176d8e1a6
commit 59bfdef2d3

View file

@ -56,7 +56,7 @@ const dayjsLocales: Record<
import: () => import("dayjs/locale/sv"),
},
pt: {
weekStartsOn: "sunday",
weekStartsOn: "monday",
timeFormat: "24h",
import: () => import("dayjs/locale/pt"),
},