server: Disable debug mode for i18n

This commit is contained in:
Elian Doran 2024-10-13 14:40:07 +03:00
parent 849a6a3aef
commit 75d019863f
No known key found for this signature in database

View File

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