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