mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-17 10:01:48 +02:00
Add italian locale (#276)
This commit is contained in:
parent
2648be9b0a
commit
49f31d4904
8 changed files with 201 additions and 3 deletions
|
@ -45,6 +45,11 @@ const dayjsLocales: Record<
|
|||
timeFormat: "24h",
|
||||
import: () => import("dayjs/locale/fr"),
|
||||
},
|
||||
it: {
|
||||
weekStartsOn: "monday",
|
||||
timeFormat: "24h",
|
||||
import: () => import("dayjs/locale/it"),
|
||||
},
|
||||
sv: {
|
||||
weekStartsOn: "monday",
|
||||
timeFormat: "24h",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue