mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-16 17:41:50 +02:00
Add support for russian locale (#392)
This commit is contained in:
parent
86e0320432
commit
8f8bc33a7b
8 changed files with 189 additions and 0 deletions
|
@ -95,6 +95,11 @@ const dayjsLocales: Record<
|
|||
timeFormat: "24h",
|
||||
import: () => import("dayjs/locale/pt-br"),
|
||||
},
|
||||
ru: {
|
||||
weekStartsOn: "monday",
|
||||
timeFormat: "24h",
|
||||
import: () => import("dayjs/locale/ru"),
|
||||
},
|
||||
ko: {
|
||||
weekStartsOn: "sunday",
|
||||
timeFormat: "12h",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue