server: Disable debug mode for i18n

pull/489/head
Elian Doran 2024-10-13 14:40:07 +07:00
parent 849a6a3aef
commit 75d019863f
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

@ -15,7 +15,6 @@ export async function initializeTranslations() {
lng: getCurrentLanguage(),
fallbackLng: "en",
ns: "server",
debug: true,
backend: {
loadPath: join(resourceDir, "translations/{{lng}}/{{ns}}.json")
}