Dutch locale (#311)

* Add dutch locale

* Remove unused i18nkeys

* Fix footer gradient
This commit is contained in:
Luke Vella 2022-09-08 08:34:04 +01:00 committed by GitHub
parent 390e1b3fe6
commit a5326c1463
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 197 additions and 87 deletions

View file

@ -70,6 +70,11 @@ const dayjsLocales: Record<
timeFormat: "12h",
import: () => import("dayjs/locale/ko"),
},
nl: {
weekStartsOn: "monday",
timeFormat: "24h",
import: () => import("dayjs/locale/nl"),
},
hu: {
weekStartsOn: "monday",
timeFormat: "24h",