Appendices sidebar section title is not localizable (hardcoded "Appendices") #14087
-
DescriptionWhen using a Quarto book project with appendices: defined in _quarto.yml, the sidebar automatically creates a grouped section titled "Appendices". However, this label is not affected by:
As a result, even in fully localized (e.g. German) book projects, the sidebar still displays the English title "Appendices". Minimal ExampleObserved Behavior
Expected BehaviorThe sidebar section title should:
Current WorkaroundSince the custom sidebar options are limited in book projects, I currently copied the _language.yml file from the quarto installation to the quarto project directory (parallel to quarto.yml) and adapt the entries in _language.yml to show the desired words.
EnvironmentTested with Quarto 1.8.27 as local user installation on OpenSuSE 15.6 with de-DE localization. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
I believe your issue is that you've place As of the current 1.9, the sidebar is localised.
Please change the category of the discussion to Q&A. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks a lot. |
Beta Was this translation helpful? Give feedback.
I believe your issue is that you've place
langunderhtmlfor some reason.This means you did not want it to apply at project level and only at page level, thus the sidebar do not get your
lang.Scoping options has a meaning.
As of the current 1.9, the sidebar is localised.
create project book i14087echo lang: de>> _quarto.ymlquarto renderPlease change the category of the discussion to Q&A.