🌐 Add gb locale

This commit is contained in:
Luke Vella 2024-09-14 17:22:12 +01:00
parent 4e7b391a9f
commit e6abeb98c8
No known key found for this signature in database
GPG key ID: 469CAD687F0D784C
2 changed files with 6 additions and 0 deletions

View file

@ -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",

View file

@ -5,6 +5,7 @@
"da": "Dansk",
"de": "Deutsch",
"en": "English",
"en-GB": "English (UK)",
"es": "Español",
"fr": "Français",
"hr": "Hrvatski",