Add support for russian locale (#392)

This commit is contained in:
Luke Vella 2023-01-12 16:09:46 +00:00 committed by GitHub
parent 86e0320432
commit 8f8bc33a7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 189 additions and 0 deletions

View file

@ -95,6 +95,11 @@ const dayjsLocales: Record<
timeFormat: "24h",
import: () => import("dayjs/locale/pt-br"),
},
ru: {
weekStartsOn: "monday",
timeFormat: "24h",
import: () => import("dayjs/locale/ru"),
},
ko: {
weekStartsOn: "sunday",
timeFormat: "12h",