🌐 Add support for japanese (#1401)

This commit is contained in:
Luke Vella 2024-10-19 13:35:52 +01:00 committed by GitHub
parent 003118a0ae
commit 13e99a9594
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View file

@ -79,6 +79,11 @@ const dayjsLocales: Record<
timeFormat: "hours24", timeFormat: "hours24",
import: () => import("dayjs/locale/hr"), import: () => import("dayjs/locale/hr"),
}, },
ja: {
weekStart: 1,
timeFormat: "hours24",
import: () => import("dayjs/locale/ja"),
},
it: { it: {
weekStart: 1, weekStart: 1,
timeFormat: "hours24", timeFormat: "hours24",

View file

@ -11,6 +11,7 @@
"hr": "Hrvatski", "hr": "Hrvatski",
"it": "Italiano", "it": "Italiano",
"hu": "Magyar", "hu": "Magyar",
"ja": "日本語",
"nl": "Nederlands", "nl": "Nederlands",
"no": "Norsk", "no": "Norsk",
"pl": "Polski", "pl": "Polski",