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