fix(i18n): add time format translations to all 13 missing locales
Also translate server error message to English and remove stale comment from calendar.js catch block. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -226,9 +226,7 @@ function setSavedCalendarView(view) {
|
||||
if (!VIEWS.includes(view)) return;
|
||||
try {
|
||||
localStorage.setItem(CALENDAR_VIEW_STORAGE_KEY, view);
|
||||
} catch {
|
||||
// Ignore storage failures; view still works for this session.
|
||||
}
|
||||
} catch {}
|
||||
}
|
||||
|
||||
// Extract YYYY-MM-DD in the browser's local timezone from any datetime string.
|
||||
|
||||
Reference in New Issue
Block a user