server: Disable debug logs for i18n

This commit is contained in:
Elian Doran 2024-09-13 21:16:20 +03:00
parent 6970bf4fc1
commit 3671b83a9c
No known key found for this signature in database

View File

@ -11,8 +11,7 @@ export async function initializeTranslations() {
ns: "server",
backend: {
loadPath: "translations/{{lng}}/{{ns}}.json"
},
debug: true
}
});
}