mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 02:02:29 +08:00
server: Disable debug mode for i18n
This commit is contained in:
parent
849a6a3aef
commit
75d019863f
@ -15,7 +15,6 @@ export async function initializeTranslations() {
|
||||
lng: getCurrentLanguage(),
|
||||
fallbackLng: "en",
|
||||
ns: "server",
|
||||
debug: true,
|
||||
backend: {
|
||||
loadPath: join(resourceDir, "translations/{{lng}}/{{ns}}.json")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user