mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-03-17 21:41:31 -05: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