--- import type { Translation } from "../data/translations"; interface Props { t: Translation; } const { t } = Astro.props; ---