--- import { getLangFromUrl, useTranslations } from "../i18n/utils" const lang = getLangFromUrl(Astro.url); const t = useTranslations(lang); ---