--- import { getEntry } from "astro:content"; const { copyText, lang } = Astro.props; const { data } = await getEntry('i18n', lang); --- {data['buttons.clipboardCopy']}