mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-04 12:46:04 +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",
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
"hr": "Hrvatski",
|
||||
"it": "Italiano",
|
||||
"hu": "Magyar",
|
||||
"ja": "日本語",
|
||||
"nl": "Nederlands",
|
||||
"no": "Norsk",
|
||||
"pl": "Polski",
|
||||
|
|
Loading…
Add table
Reference in a new issue