--- import translate from '$i18n/translate'; import tComponent from '$i18n/translations/components/footer'; import { getLocaleFromPathOrDefault } from '$lib/getLocaleFromPath'; import Button from './Button.astro'; const locale = getLocaleFromPathOrDefault(Astro.url.pathname); const t = translate(locale); ---