commit | 875f29aa6901378a64819851f42bc93b2b7647bc | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Fri Jan 22 18:00:05 2016 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Fri Jan 22 18:00:05 2016 +0100 |
tree | a1941f0e992fc566b25a06419f776f156ece373f | |
parent | 3cdd5fb970a7d6950b80cc156a9e345f87c179fc [diff] |
doc: i18n HTML templates Issue #25907: Use {% trans %} tags in HTML templates to ease the translation of the documentation. The tag comes from Jinja templating system, used by Sphinx. Patch written by Julien Palard.