commit | b4929843a91bef6214d1055593e850db4be22b6e | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Sat Jan 23 12:55:11 2016 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Sat Jan 23 12:55:11 2016 +0100 |
tree | 68bded1ed864b093446ecffd8f2b8c0dbf7202d5 | |
parent | 20d4f1b9e45d545cbade74180a8d295a4f201c69 [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.