How to add text in other languages when hovering over icons in side navbar? #8125
Closed
luifrancgom
started this conversation in
Feature Requests
Replies: 1 comment 3 replies
-
From what I see, it seems some tooltip are localised:
See quarto-cli/src/resources/language/_language-pt-BR.yml Lines 77 to 78 in 094f507 The issue is that the template does not use the language but the default aria label: https://github.com/quarto-dev/quarto-cli/blob/094f50717a6854448c984ea0bd4b0b72fcfda260/src/resources/projects/website/templates/navtools.ejs |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I am developing a book in a language other than English. I need to know if it's possible to modify the tooltip text that appears when hovering over the icons in the side navbar, specifically for the 'Share' and 'Source Code' options.
While the tooltip text for the 'Reader Mode' and 'Light/Dark Theme' icons correctly adapts to different languages, this isn't the case for the aforementioned icons.
I have many elements in the yalm but this are the relevant elements:
Where according to Quarto Localization
pt-BR
is supported with the following translation.Is there a way to modify the tooltip text for the 'Share' and 'Source Code' options or it is a feature I need to request so the developers can add this option in Quarto Localization?
Beta Was this translation helpful? Give feedback.
All reactions