protogen.social-temp/src/hooks.server.ts

5 lines
173 B
TypeScript
Raw Normal View History

2025-01-25 15:25:28 +02:00
import type { Handle } from '@sveltejs/kit';
import { i18n } from '$lib/i18n';
const handleParaglide: Handle = i18n.handle();
export const handle: Handle = handleParaglide;