server: Disable debug logs for i18n

pull/430/head
Elian Doran 2024-09-13 21:16:20 +07:00
parent 6970bf4fc1
commit 3671b83a9c
No known key found for this signature in database
1 changed files with 1 additions and 2 deletions

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