Section heading rendered between the localized executive summary and the full English body in non-English news articles. Used by scripts/render-lib/article-merge.ts when an article.<lang>.md file exists alongside the canonical article.md. The merged Markdown becomes (note the leading horizontal rule and the ℹ️ info marker on the aside note):
<localized body>
---
## ${articleEnglishCoverageHeading}
> ℹ️ ${articleEnglishCoverageNote}
<full English body>
The exact boundary string is produced by buildEnglishCoverageBoundary(lang) in article-merge.ts. Keep concise (max ~60 chars) — it appears as an <h2>.
articleEnglishCoverageNote: string
Aside note that explains to the reader that the sections beneath the boundary are currently available in English only and that a full translation is in progress. Plain prose (no Markdown).
Section heading rendered between the localized executive summary and the full English body in non-English news articles. Used by
scripts/render-lib/article-merge.tswhen anarticle.<lang>.mdfile exists alongside the canonicalarticle.md. The merged Markdown becomes (note the leading horizontal rule and theℹ️info marker on the aside note):The exact boundary string is produced by
buildEnglishCoverageBoundary(lang)inarticle-merge.ts. Keep concise (max ~60 chars) — it appears as an<h2>.