summaryrefslogtreecommitdiffstats
path: root/Doc/tools/templates
diff options
context:
space:
mode:
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>2023-12-10 19:17:07 (GMT)
committerGitHub <noreply@github.com>2023-12-10 19:17:07 (GMT)
commit9cdf05bc28c5cd8b000b9541a907028819b3d63e (patch)
treee8d9c736356abee8bc1de7e505497e0bf7e52835 /Doc/tools/templates
parent42a86df3a376a77a94ffe6b4011a82cf51dc336a (diff)
downloadcpython-9cdf05bc28c5cd8b000b9541a907028819b3d63e.zip
cpython-9cdf05bc28c5cd8b000b9541a907028819b3d63e.tar.gz
cpython-9cdf05bc28c5cd8b000b9541a907028819b3d63e.tar.bz2
GH-101986: Support translation for Limited/Unstable API & Stable ABI (#107680)
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com> Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Diffstat (limited to 'Doc/tools/templates')
-rw-r--r--Doc/tools/templates/dummy.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/Doc/tools/templates/dummy.html b/Doc/tools/templates/dummy.html
index bab4aae..3a0acab 100644
--- a/Doc/tools/templates/dummy.html
+++ b/Doc/tools/templates/dummy.html
@@ -9,6 +9,16 @@ In extensions/pyspecific.py:
In extensions/c_annotations.py:
+{% trans %} Part of the {% endtrans %}
+{% trans %}Limited API{% endtrans %}
+{% trans %}Stable ABI{% endtrans %}
+{% trans %} (as an opaque struct){% endtrans %}
+{% trans %} (including all members){% endtrans %}
+{% trans %} since version %s{% endtrans %}
+{% trans %} (Only some members are part of the stable ABI.){% endtrans %}
+{% trans %}This is {% endtrans %}
+{% trans %}Unstable API{% endtrans %}
+{% trans %}. It may change without warning in minor releases.{% endtrans %}
{% trans %}Return value: Always NULL.{% endtrans %}
{% trans %}Return value: New reference.{% endtrans %}
{% trans %}Return value: Borrowed reference.{% endtrans %}