Fix SSL SAN cert + React hydration #423

- SAN cert covers all 5 PWA domains (tasks,cal,plans,goals,chat)
- i18n hydration: SSR uses cs default, localStorage after mount
- Matches ThemeProvider pattern

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-29 14:56:25 +00:00
parent 565e72927d
commit b3c6999218
15 changed files with 125 additions and 43 deletions

View File

@@ -31,7 +31,9 @@
"good": "טובה",
"strong": "חזקה",
"excellent": "מצוינת"
}
},
"emailPlaceholder": "your@email.com",
"phonePlaceholder": "+972 50 123 4567"
},
"tasks": {
"title": "משימות",
@@ -128,7 +130,10 @@
"confirm": "אישור",
"menu": "תפריט",
"closeMenu": "סגור תפריט",
"toggleTheme": "החלף ערכת נושא"
"toggleTheme": "החלף ערכת נושא",
"appName": "Task Team",
"appVersion": "v0.1.0",
"appDescription": "ניהול משימות לצוות"
},
"calendar": {
"title": "לוח שנה"
@@ -142,6 +147,10 @@
"color": "צבע",
"icon": "איקון",
"tasks": "משימות",
"members": "חברים"
"members": "חברים",
"title": "פרויקטים"
},
"forgotPassword": {
"description": "שחזור סיסמה יהיה זמין בקרוב."
}
}
}