🌐 New Crowdin updates (#955)

This commit is contained in:
Luke Vella 2023-12-07 09:48:59 +07:00 committed by GitHub
parent 1bd4723237
commit 381520be04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 342 additions and 2 deletions

View file

@ -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",