mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 02:52:27 +08:00
server: Disable debug logs for i18n
This commit is contained in:
parent
6970bf4fc1
commit
3671b83a9c
@ -11,8 +11,7 @@ export async function initializeTranslations() {
|
|||||||
ns: "server",
|
ns: "server",
|
||||||
backend: {
|
backend: {
|
||||||
loadPath: "translations/{{lng}}/{{ns}}.json"
|
loadPath: "translations/{{lng}}/{{ns}}.json"
|
||||||
},
|
}
|
||||||
debug: true
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user