Describe the bug
With a project that has custom templates with translatable messages these messages are not added to the gettext domain specified with gettext_compact. This causes issues with translation management websites that expect all messages to be in one translation file. For example weblate.
To Reproduce
Steps to reproduce the behavior:
make gettext message files for a project that overrides the default templates with translatable messages.
Expected behavior
The gettext builder should generate one message file and not output sphinx.po when gettext_compact specifies a custom domain.
Describe the bug
With a project that has custom templates with translatable messages these messages are not added to the gettext domain specified with
gettext_compact. This causes issues with translation management websites that expect all messages to be in one translation file. For example weblate.To Reproduce
Steps to reproduce the behavior:
make gettext message files for a project that overrides the default templates with translatable messages.
Expected behavior
The gettext builder should generate one message file and not output
sphinx.powhengettext_compactspecifies a custom domain.Your project
https://svn.blender.org/svnroot/bf-manual/trunk/blender_docs/
Environment info
sphinx-intlAdditional context
https://docs.weblate.org/en/latest/devel/integration.html#project-and-component-structure
The text was updated successfully, but these errors were encountered: