mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-20 11:27:13 +02:00
Add croatian locale (#411)
This commit is contained in:
parent
25d50a9768
commit
5d4a6b26aa
8 changed files with 197 additions and 0 deletions
|
@ -60,6 +60,11 @@ const dayjsLocales: Record<
|
|||
timeFormat: "24h",
|
||||
import: () => import("dayjs/locale/fr"),
|
||||
},
|
||||
hr: {
|
||||
weekStartsOn: "monday",
|
||||
timeFormat: "24h",
|
||||
import: () => import("dayjs/locale/hr"),
|
||||
},
|
||||
it: {
|
||||
weekStartsOn: "monday",
|
||||
timeFormat: "24h",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue