Open
Description
Describe the problem
Tab headers are generated to po files and therefore can be translated. However, translations do not apply once building the translated version.
I am not sure if this is a problem within the extension or not, but any hints on how to fix it would much appreciated.
PS thanks for a great extension!
Link to your repository or website
No response
Steps to reproduce
- Add a tabs directive to the document, for example:
.. tabs::
.. tab:: Техническая поддержка
Служба технической поддержки круглосуточно готова ответить на ваши вопросы.
- Generate a po file.
- Add the translation of the corresponding string
msgid "Техническая поддержка"
msgstr "Service Desk"
- Build the localized version of the document.
- Check out for the absence of the tab header translation:
The version of Python you're using
No response
Your operating system
No response
Versions of your packages
No response
Additional context
No response