innercontext/frontend/src
Piotr Oleszczyk 99584521a1 feat(frontend): add PL/EN i18n using @inlang/paraglide-js v2
- Install @inlang/paraglide-js v2 with Vite plugin and paraglideMiddleware hook
- Add messages/pl.json and messages/en.json with ~400 translation keys
- Create project.inlang/settings.json (PL as base locale)
- Add LanguageSwitcher component (cookie-based, no URL prefix needed)
- Replace all hardcoded strings across 14 pages/components with m.*() calls
- ProductForm uses derived label maps for all enum types (category, texture, etc.)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-01 13:20:34 +01:00
..
lib feat(frontend): add PL/EN i18n using @inlang/paraglide-js v2 2026-03-01 13:20:34 +01:00
routes feat(frontend): add PL/EN i18n using @inlang/paraglide-js v2 2026-03-01 13:20:34 +01:00
app.css feat: add API client, types, layout, and all page routes 2026-02-26 20:45:54 +01:00
app.d.ts feat: add SvelteKit frontend scaffold with Tailwind CSS 2026-02-26 20:34:34 +01:00
app.html feat: add SvelteKit frontend scaffold with Tailwind CSS 2026-02-26 20:34:34 +01:00
hooks.server.ts feat(frontend): add PL/EN i18n using @inlang/paraglide-js v2 2026-03-01 13:20:34 +01:00