mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-29 18:26:34 +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",
|
timeFormat: "hours12",
|
||||||
import: () => import("dayjs/locale/en"),
|
import: () => import("dayjs/locale/en"),
|
||||||
},
|
},
|
||||||
|
"en-GB": {
|
||||||
|
weekStart: 1,
|
||||||
|
timeFormat: "hours24",
|
||||||
|
import: () => import("dayjs/locale/en-gb"),
|
||||||
|
},
|
||||||
es: {
|
es: {
|
||||||
weekStart: 1,
|
weekStart: 1,
|
||||||
timeFormat: "hours24",
|
timeFormat: "hours24",
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
"da": "Dansk",
|
"da": "Dansk",
|
||||||
"de": "Deutsch",
|
"de": "Deutsch",
|
||||||
"en": "English",
|
"en": "English",
|
||||||
|
"en-GB": "English (UK)",
|
||||||
"es": "Español",
|
"es": "Español",
|
||||||
"fr": "Français",
|
"fr": "Français",
|
||||||
"hr": "Hrvatski",
|
"hr": "Hrvatski",
|
||||||
|
|
Loading…
Add table
Reference in a new issue