--- import { getTranslation } from '~/i18n/translations'; const { lang = 'en' } = Astro.params; const t = getTranslation(lang); ---