mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-11 11:02:27 +08:00
server: Disable debug mode for i18n
This commit is contained in:
parent
849a6a3aef
commit
75d019863f
@ -15,7 +15,6 @@ export async function initializeTranslations() {
|
|||||||
lng: getCurrentLanguage(),
|
lng: getCurrentLanguage(),
|
||||||
fallbackLng: "en",
|
fallbackLng: "en",
|
||||||
ns: "server",
|
ns: "server",
|
||||||
debug: true,
|
|
||||||
backend: {
|
backend: {
|
||||||
loadPath: join(resourceDir, "translations/{{lng}}/{{ns}}.json")
|
loadPath: join(resourceDir, "translations/{{lng}}/{{ns}}.json")
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user