Build the per-language {title, description} pair using the
article-typeโspecific *_TITLES generator from
src/constants/language-articles.ts. This is the last-resort tier and
is always parameterised by date (or equivalent), so even when it fires
the result is not identical across runs of the same type.
Parameters
articleType: string
Article type slug
date: string
ISO run date
Optionalcommittee: string
Optional committee code (used by committee-reports)
Build the per-language
{title, description}pair using the article-typeโspecific*_TITLESgenerator fromsrc/constants/language-articles.ts. This is the last-resort tier and is always parameterised by date (or equivalent), so even when it fires the result is not identical across runs of the same type.