mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-03 16:38:34 +02:00
🌐 Disable ko and ja locales
This commit is contained in:
parent
e9df0c3dd3
commit
6923824ea7
2 changed files with 0 additions and 12 deletions
|
@ -79,11 +79,6 @@ 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",
|
||||
|
@ -124,11 +119,6 @@ const dayjsLocales: Record<
|
|||
timeFormat: "hours24",
|
||||
import: () => import("dayjs/locale/ru"),
|
||||
},
|
||||
ko: {
|
||||
weekStart: 0,
|
||||
timeFormat: "hours12",
|
||||
import: () => import("dayjs/locale/ko"),
|
||||
},
|
||||
nl: {
|
||||
weekStart: 1,
|
||||
timeFormat: "hours24",
|
||||
|
|
|
@ -11,8 +11,6 @@
|
|||
"hr": "Hrvatski",
|
||||
"it": "Italiano",
|
||||
"hu": "Magyar",
|
||||
"ja": "日本語",
|
||||
"ko": "한국어",
|
||||
"nl": "Nederlands",
|
||||
"no": "Norsk",
|
||||
"pl": "Polski",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue