]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-141865: Fix translation of strings in `changes.py` extension (GH-141882...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 23 Nov 2025 17:34:01 +0000 (18:34 +0100)
committerGitHub <noreply@github.com>
Sun, 23 Nov 2025 17:34:01 +0000 (17:34 +0000)
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Doc/tools/templates/dummy.html

index 0fdbe2a58017ffb375d55427d14d8fc0ce3d4019..75f6607d8f3698dda76ecb9c1e8732c9f03289f7 100644 (file)
@@ -27,8 +27,8 @@ In extensions/implementation_detail.py:
 
 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: