mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-31 15:08:53 +02:00
🌐 Add support for japanese (#1401)
This commit is contained in:
parent
003118a0ae
commit
13e99a9594
2 changed files with 6 additions and 0 deletions
|
@ -79,6 +79,11 @@ const dayjsLocales: Record<
|
|||
timeFormat: "hours24",
|
||||
import: () => import("dayjs/locale/hr"),
|
||||
},
|
||||
ja: {
|
||||
weekStart: 1,
|
||||
timeFormat: "hours24",
|
||||
import: () => import("dayjs/locale/ja"),
|
||||
},
|
||||
it: {
|
||||
weekStart: 1,
|
||||
timeFormat: "hours24",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue