--- import { getTranslations, langPrefix } from '../i18n/index.js'; const { lang = 'fr' } = Astro.props; const t = getTranslations(lang); const prefix = langPrefix(lang); ---