This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mdk
Recipients abarry, docs@python, ezio.melotti, mdk, vstinner
Date 2016-01-21.10:05:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453370718.79.0.714552292507.issue25907@psf.upfronthosting.co.za>
In-reply-to
Content
That's also the actual syntax used by existing Sphinx templates:

    mandark@windhowl$ grep -r '{% trans'  ~/.local/lib/python3.4/site-packages/sphinx_rtd_theme/
    footer.html:        {% trans path=pathto('copyright'), copyright=copyright|e %}&copy; <a href="{{ path }}">Copyright</a> {{ copyright }}.{% endtrans %}
    footer.html:        {% trans copyright=copyright|e %}&copy; Copyright {{ copyright }}.{% endtrans %}
    ...
    ...
History
Date User Action Args
2016-01-21 10:05:18mdksetrecipients: + mdk, vstinner, ezio.melotti, docs@python, abarry
2016-01-21 10:05:18mdksetmessageid: <1453370718.79.0.714552292507.issue25907@psf.upfronthosting.co.za>
2016-01-21 10:05:18mdklinkissue25907 messages
2016-01-21 10:05:18mdkcreate