diff options
author | cocoatomo <cocoatomo77@gmail.com> | 2018-02-23 11:47:19 (GMT) |
---|---|---|
committer | INADA Naoki <methane@users.noreply.github.com> | 2018-02-23 11:47:19 (GMT) |
commit | 0febc053736112d7bb9081742b3ac0ece7b973e7 (patch) | |
tree | 02376db764b1d8e3e1860d81006149bfc571b36b /Doc/tools/templates/dummy.html | |
parent | 58a10967619d0281adf346f227c254f1c3b3f32e (diff) | |
download | cpython-0febc053736112d7bb9081742b3ac0ece7b973e7.zip cpython-0febc053736112d7bb9081742b3ac0ece7b973e7.tar.gz cpython-0febc053736112d7bb9081742b3ac0ece7b973e7.tar.bz2 |
bpo-32087: Doc: Make "deprecated-removed" directive translatable (GH-4473)
Diffstat (limited to 'Doc/tools/templates/dummy.html')
-rw-r--r-- | Doc/tools/templates/dummy.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/tools/templates/dummy.html b/Doc/tools/templates/dummy.html index 6e43be2..8d94137 100644 --- a/Doc/tools/templates/dummy.html +++ b/Doc/tools/templates/dummy.html @@ -4,3 +4,4 @@ texts in extensions to sphinx.pot file. In extensions/pyspecific.py: {% trans %}CPython implementation detail:{% endtrans %} +{% trans %}Deprecated since version {deprecated}, will be removed in version {removed}{% endtrans %} |