mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 07:08:55 +02:00
Fix casing and formatting in i18n.ts which was causing compile errors
This commit is contained in:
parent
c97c66ed8a
commit
9a08f6534b
@ -18,7 +18,7 @@ const DAYJS_LOADER: Record<LOCALE_IDS, () => Promise<typeof import("dayjs/locale
|
||||
"he": () => import("dayjs/locale/he.js"),
|
||||
"ja": () => import("dayjs/locale/ja.js"),
|
||||
"ku": () => import("dayjs/locale/ku.js"),
|
||||
"pt_BR": () => import("dayjs/locale/pt_BR.js"),
|
||||
"pt_br": () => import("dayjs/locale/pt-br.js"),
|
||||
"ro": () => import("dayjs/locale/ro.js"),
|
||||
"ru": () => import("dayjs/locale/ru.js"),
|
||||
"tw": () => import("dayjs/locale/zh-tw.js"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user