This is my yaml. Note under language i have section-title-references: "Referanser" but it seems that Quarto rendering to typst doesnt change the "Bibilography" title to what i want i.e "Referanser" which is expected for norwegian. it keeps Bibliography as the title.
I am working with RStudio 2026.08.1 Build 195
---
title: my title
format:
html:
theme: simplex
css: "templates/nve.css"
toc: true
toc-location: 'left-body'
html-math-method: katex
embed-resources: true
toc-depth: 3
number-sections: true
code-fold: true
code-tools: false
fig-height: 7
prefer-html: true
typst:
#documentclass: scrreprt
fig-format: png
toc: false
number-sections: true
prefer-html: true
editor: visual
language:
title-block-author-single: ""
title-block-published: "dato"
crossref-fig-title: "Figur"
crossref-tbl-title: "Tabell"
toc-title-document: "Innhold"
crossref-sec-prefix: "Kap"
crossref-ch-prefix: "Kap"
crossref-apx-prefix: "vedlegg"
crossref-eq-prefix: "Likning"
section-title-appendices: "Vedlegg"
section-title-apx: "vedlegg kap"
section-title-references: "Referanser"
---
This is my yaml. Note under language i have
section-title-references: "Referanser"but it seems that Quarto rendering to typst doesnt change the "Bibilography" title to what i want i.e "Referanser" which is expected for norwegian. it keeps Bibliography as the title.I am working with RStudio 2026.08.1 Build 195