--- import { getEntry } from 'astro:content'; const { isNote, lang } = Astro.props; const { data } = await getEntry('i18n', lang ?? 'en'); ---