mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-17 01:51:48 +02:00
Add czech locale (#339)
This commit is contained in:
parent
2092fa639b
commit
0280489e22
8 changed files with 212 additions and 15 deletions
|
@ -60,6 +60,11 @@ const dayjsLocales: Record<
|
|||
timeFormat: "24h",
|
||||
import: () => import("dayjs/locale/sv"),
|
||||
},
|
||||
cs: {
|
||||
weekStartsOn: "monday",
|
||||
timeFormat: "24h",
|
||||
import: () => import("dayjs/locale/cs"),
|
||||
},
|
||||
pl: {
|
||||
weekStartsOn: "monday",
|
||||
timeFormat: "24h",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue