mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-16 17:41:50 +02:00
🌐 Add gb locale (#1346)
This commit is contained in:
parent
4e7b391a9f
commit
3fd4ae57b3
2 changed files with 6 additions and 0 deletions
|
@ -39,6 +39,11 @@ const dayjsLocales: Record<
|
|||
timeFormat: "hours12",
|
||||
import: () => import("dayjs/locale/en"),
|
||||
},
|
||||
"en-GB": {
|
||||
weekStart: 1,
|
||||
timeFormat: "hours24",
|
||||
import: () => import("dayjs/locale/en-gb"),
|
||||
},
|
||||
es: {
|
||||
weekStart: 1,
|
||||
timeFormat: "hours24",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue