mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-16 09:31:50 +02:00
🌐 New Crowdin updates (#912)
This commit is contained in:
parent
7e2d138455
commit
9ed5e660eb
48 changed files with 900 additions and 218 deletions
|
@ -28,6 +28,11 @@ const dayjsLocales: Record<
|
|||
import: () => Promise<ILocale>;
|
||||
}
|
||||
> = {
|
||||
eu: {
|
||||
weekStart: 1,
|
||||
timeFormat: "hours24",
|
||||
import: () => import("dayjs/locale/eu"),
|
||||
},
|
||||
en: {
|
||||
weekStart: 1,
|
||||
timeFormat: "hours12",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue