🌐 Disable ko and ja locales

This commit is contained in:
Luke Vella 2025-02-24 18:18:10 +00:00
parent e9df0c3dd3
commit 6923824ea7
No known key found for this signature in database
GPG key ID: 469CAD687F0D784C
2 changed files with 0 additions and 12 deletions

View file

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

View file

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