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