diff options
author | RĂ©mi Lapeyre <remi.lapeyre@lenstra.fr> | 2023-03-06 21:20:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-06 21:20:52 (GMT) |
commit | d959bcd4a0393a120fa12c034de4041037d171c3 (patch) | |
tree | 15406b26ff1ef4db9ab47bec806f427d5ef6649a /Doc/tools/templates | |
parent | f105fe4f0a704bedee21d95f1a08bc14a1fcea2a (diff) | |
download | cpython-d959bcd4a0393a120fa12c034de4041037d171c3.zip cpython-d959bcd4a0393a120fa12c034de4041037d171c3.tar.gz cpython-d959bcd4a0393a120fa12c034de4041037d171c3.tar.bz2 |
Add gettext support to tools/extensions/c_annotations.py (#101989)
Diffstat (limited to 'Doc/tools/templates')
-rw-r--r-- | Doc/tools/templates/dummy.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/tools/templates/dummy.html b/Doc/tools/templates/dummy.html index 3438b44..bab4aae 100644 --- a/Doc/tools/templates/dummy.html +++ b/Doc/tools/templates/dummy.html @@ -7,6 +7,11 @@ In extensions/pyspecific.py: {% trans %}Deprecated since version {deprecated}, will be removed in version {removed}{% endtrans %} {% trans %}Deprecated since version {deprecated}, removed in version {removed}{% endtrans %} +In extensions/c_annotations.py: + +{% trans %}Return value: Always NULL.{% endtrans %} +{% trans %}Return value: New reference.{% endtrans %} +{% trans %}Return value: Borrowed reference.{% endtrans %} In docsbuild-scripts, when rewriting indexsidebar.html with actual versions: |