mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-18 10:31:47 +02:00
Add new locales (#302)
This commit is contained in:
parent
168f70aa2b
commit
9f6ae30c00
13 changed files with 431 additions and 20 deletions
|
@ -70,6 +70,16 @@ const dayjsLocales: Record<
|
|||
timeFormat: "12h",
|
||||
import: () => import("dayjs/locale/ko"),
|
||||
},
|
||||
hu: {
|
||||
weekStartsOn: "monday",
|
||||
timeFormat: "24h",
|
||||
import: () => import("dayjs/locale/hu"),
|
||||
},
|
||||
zh: {
|
||||
weekStartsOn: "monday",
|
||||
timeFormat: "24h",
|
||||
import: () => import("dayjs/locale/zh"),
|
||||
},
|
||||
};
|
||||
|
||||
dayjs.extend(localizedFormat);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue