mirror of
https://github.com/zadam/trilium.git
synced 2025-11-04 20:36:13 +01:00
server: Disable debug mode for i18n
This commit is contained in:
@@ -15,7 +15,6 @@ export async function initializeTranslations() {
|
||||
lng: getCurrentLanguage(),
|
||||
fallbackLng: "en",
|
||||
ns: "server",
|
||||
debug: true,
|
||||
backend: {
|
||||
loadPath: join(resourceDir, "translations/{{lng}}/{{ns}}.json")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user