I would like to be able to translate only part of a page to another language using sphinx and sphinx-intl. For example, when some content relevant in the native language but not useful in another language.
The current default with sphinx is to then simply display the untranslated content: I would like these messages to be not displayed at all if I tag them as such (e.g.: "ignore" or similar). An example PO file would look like:
#: ../../myfile.rst:26
msgid "Important content"
msgstr "Contenu important"
#: ../../myfile.rst:28
#, ignore
msgid "Content which is only relevant in english"
msgstr "<doNotDisplayThisinFrench>"