mirror of
https://github.com/python/cpython.git
synced 2026-03-30 16:41:06 +00:00
gh-141865: Fix translation of strings in changes.py extension (#141882)
This commit is contained in:
parent
ecb901dd87
commit
4fe6e81d84
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