feat(i18n): add Russian

This commit is contained in:
Elian Doran 2025-08-07 23:44:11 +03:00
parent 360b5d6de4
commit 95a2a69e0a
No known key found for this signature in database
2 changed files with 6 additions and 0 deletions

View File

@ -18,6 +18,7 @@ const DAYJS_LOADER: Record<LOCALE_IDS, () => Promise<typeof import("dayjs/locale
"he": () => import("dayjs/locale/he.js"), "he": () => import("dayjs/locale/he.js"),
"ku": () => import("dayjs/locale/ku.js"), "ku": () => import("dayjs/locale/ku.js"),
"ro": () => import("dayjs/locale/ro.js"), "ro": () => import("dayjs/locale/ro.js"),
"ru": () => import("dayjs/locale/ru.js"),
"tw": () => import("dayjs/locale/zh-tw.js") "tw": () => import("dayjs/locale/zh-tw.js")
} }

View File

@ -45,6 +45,11 @@ const UNSORTED_LOCALES = [
name: "Română", name: "Română",
electronLocale: "ro" electronLocale: "ro"
}, },
{
id: "ru",
name: "Русский",
electronLocale: "ru"
},
/* /*
* Right to left languages * Right to left languages