mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 20:49:01 +01:00
feat(i18n): add Russian
This commit is contained in:
parent
360b5d6de4
commit
95a2a69e0a
@ -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")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user