Description
Thanks for all this work!!
We (QGIS-project) use sphinx/sphinx-intl/transifex to build/translate our documentation
Eg: https://docs.qgis.org/3.10/ja/docs/
In an earlier version of the docs we created the 'resource-keys' for transifex ourselves, and in that way were able to generate a 'translate this page here' link into every page footer, linking to the exact resource in transifex.
Now we use sphinx-intl update-txconfig-resources
and .tx/config contains keys like:
qgis-documentation.docs--user_manual--introduction--qgis_gui
which can be found on transifex here:
So I was wondering if the machinery to 'create' these keys were also available (or put in some context) during the build of the html pages?
In that way it would be easy to construct direct links to transifex.
I am aware that the build of html and tx-config are two separate processes... so maybe it is harder then I hope :-)
TIA