mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-16 09:31:50 +02:00
🌐 New Crowdin updates (#955)
This commit is contained in:
parent
1bd4723237
commit
381520be04
8 changed files with 342 additions and 2 deletions
|
@ -138,6 +138,11 @@ const dayjsLocales: Record<
|
|||
timeFormat: "hours24",
|
||||
import: () => import("dayjs/locale/zh"),
|
||||
},
|
||||
"zh-Hant": {
|
||||
weekStart: 0,
|
||||
timeFormat: "hours24",
|
||||
import: () => import("dayjs/locale/zh-tw"),
|
||||
},
|
||||
vi: {
|
||||
weekStart: 1,
|
||||
timeFormat: "hours24",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue