mirror of
https://github.com/python/cpython.git
synced 2026-01-03 22:12:27 +00:00
[3.13] gh-141865: Fix translation of strings in changes.py extension (GH-141882) (#141884)
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
This commit is contained in:
parent
dbb539efc3
commit
2e8d4f13a8
1 changed files with 2 additions and 2 deletions
|
|
@ -27,8 +27,8 @@
|
|||
|
||||
In extensions/changes.py:
|
||||
|
||||
{% trans %}Deprecated since version {deprecated}, will be removed in version {removed}{% endtrans %}
|
||||
{% trans %}Deprecated since version {deprecated}, removed in version {removed}{% endtrans %}
|
||||
{% trans %}Deprecated since version %s, will be removed in version %s{% endtrans %}
|
||||
{% trans %}Deprecated since version %s, removed in version %s{% endtrans %}
|
||||
|
||||
In docsbuild-scripts, when rewriting indexsidebar.html with actual versions:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue