https://github.com/python/cpython/commit/73c9870366b3be12417a9bd49e0a102e7a13038b
commit: 73c9870366b3be12417a9bd49e0a102e7a13038b
branch: 3.14
author: Miss Islington (bot) <[email protected]>
committer: hugovk <[email protected]>
date: 2025-11-23T17:34:01Z
summary:

[3.14] gh-141865: Fix translation of strings in `changes.py` extension 
(GH-141882) (#141883)

Co-authored-by: Stan Ulbrych <[email protected]>

files:
M Doc/tools/templates/dummy.html

diff --git a/Doc/tools/templates/dummy.html b/Doc/tools/templates/dummy.html
index 0fdbe2a58017ff..75f6607d8f3698 100644
--- a/Doc/tools/templates/dummy.html
+++ b/Doc/tools/templates/dummy.html
@@ -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:
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to