How to apply a CSS style to fuzzy or untranslated strings? #870
Unanswered
DoubleStrike
asked this question in
Questions
Replies: 0 comments
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.
-
I'm working on a manual that has translated variants via .po/.mo files. I'd like to apply a specific style to the generated HTML if translated strings are either marked as fuzzy (needs work) or are untranslated.
I found some documentation on how to do this on classic Sphinx theme, but I don't understand how to apply it to Furo. The article I found said to do something like this in the
layout.html
:But I have no idea where to apply this to Furo. Any suggestions are most welcome.
Beta Was this translation helpful? Give feedback.
All reactions