Skip to content

Commit d833680

Browse files
authored
Add a message on translation progress at the top of the pages (#8872)
2 parents 75eafaf + ffa14a5 commit d833680

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

conf.py

+8
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,14 @@ def calculate_tx_slug(filepath):
234234
'image/jpeg'
235235
]
236236

237+
rst_prolog = r"""
238+
.. only:: html and i18n
239+
240+
.. important::
241+
Translation is a community effort `you can join <https://qgis.org/en/site/getinvolved/translate.html#becoming-a-translator>`_.
242+
This page is currently translated at |translation progress|.
243+
"""
244+
237245
# -- Options for LaTeX output --------------------------------------------------
238246

239247
latex_engine = 'xelatex'

0 commit comments

Comments
 (0)