--- import T from '../content/T.astro'; import { t } from '../../lib/content'; const stages = [1, 2, 3]; ---
{stages.map((n) => (
+ {t(`about.timeline.stage${n}.label`)}
))}