🌐 New Crowdin updates (#912)

This commit is contained in:
Luke Vella 2023-11-10 12:12:45 +00:00 committed by GitHub
parent 7e2d138455
commit 9ed5e660eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
48 changed files with 900 additions and 218 deletions

View file

@ -28,6 +28,11 @@ const dayjsLocales: Record<
import: () => Promise<ILocale>;
}
> = {
eu: {
weekStart: 1,
timeFormat: "hours24",
import: () => import("dayjs/locale/eu"),
},
en: {
weekStart: 1,
timeFormat: "hours12",