mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-28 17:56:37 +02:00
🌐 Add gb locale
This commit is contained in:
parent
4e7b391a9f
commit
e6abeb98c8
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",
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
"da": "Dansk",
|
||||
"de": "Deutsch",
|
||||
"en": "English",
|
||||
"en-GB": "English (UK)",
|
||||
"es": "Español",
|
||||
"fr": "Français",
|
||||
"hr": "Hrvatski",
|
||||
|
|
Loading…
Add table
Reference in a new issue