🌐 Add gb locale (#1346)

This commit is contained in:
Luke Vella 2024-09-14 17:27:51 +01:00 committed by GitHub
parent 4e7b391a9f
commit 3fd4ae57b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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",