mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 05:46:10 +01:00
i18n: Add i18next-http-backend to library loader
This commit is contained in:
@@ -72,7 +72,10 @@ const MARKJS = {
|
||||
]
|
||||
};
|
||||
|
||||
const I18NEXT = { js: [ "node_modules/i18next/i18next.min.js" ] };
|
||||
const I18NEXT = { js: [
|
||||
"node_modules/i18next/i18next.min.js",
|
||||
"node_modules/i18next-http-backend/i18nextHttpBackend.min.js"
|
||||
] };
|
||||
|
||||
async function requireLibrary(library) {
|
||||
if (library.css) {
|
||||
|
||||
Reference in New Issue
Block a user