Replacing entire backend messages (especially logs) with English instead of Germany

This commit is contained in:
Rafael Foster
2026-04-25 10:56:46 -03:00
parent 140fa78ca1
commit bdd6e559d5
19 changed files with 271 additions and 271 deletions
+1 -1
View File
@@ -257,7 +257,7 @@ router.get('/google/callback', async (req, res) => {
await googleCalendar.handleCallback(code);
// Initialen Sync im Hintergrund starten (kein await - Redirect soll sofort erfolgen)
googleCalendar.sync().catch((e) => log.error('Initialer Sync fehlgeschlagen:', e.message));
googleCalendar.sync().catch((e) => log.error('Initial sync failed:', e.message));
res.redirect('/settings?sync_ok=google');
} catch (err) {