mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-16 09:31:50 +02:00
🇹🇷 Enable turkish locale
This commit is contained in:
parent
a7fd5fcd76
commit
9b90f9afba
2 changed files with 6 additions and 0 deletions
|
@ -133,6 +133,11 @@ const dayjsLocales: Record<
|
|||
timeFormat: "hours24",
|
||||
import: () => import("dayjs/locale/vi"),
|
||||
},
|
||||
tr: {
|
||||
weekStart: 1,
|
||||
timeFormat: "hours24",
|
||||
import: () => import("dayjs/locale/tr"),
|
||||
},
|
||||
};
|
||||
|
||||
dayjs.extend(localizedFormat);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue