trails/apps/journal/app
Ullrich Schäfer b96b32cb53 Wire up i18n in both apps
Initialize i18n via initI18n() in both root.tsx files and replace all
hardcoded user-facing strings with useTranslation() calls. Adds missing
translation keys for planner (profiles, connection states, save flow)
and journal (auth pages, route management, passkey prompts).

Both English and German translations are complete.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 01:47:58 +00:00
..
components Fix SSR hydration mismatch for dates 2026-03-24 20:22:58 +00:00
lib Use explicit .ts extensions for Node-compatible imports 2026-03-25 01:34:16 +01:00
routes Wire up i18n in both apps 2026-03-25 01:47:58 +00:00
entry.client.tsx Add Sentry source maps and release tracking 2026-03-25 02:43:28 +01:00
entry.server.tsx Add Sentry source maps and release tracking 2026-03-25 02:43:28 +01:00
root.tsx Wire up i18n in both apps 2026-03-25 01:47:58 +00:00
routes.ts Implement Journal activity feed (Group 10) 2026-03-24 23:20:04 +01:00