We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a4848 commit 6cddf04Copy full SHA for 6cddf04
Doc/tools/templates/customsourcelink.html
@@ -8,6 +8,12 @@ <h3>{{ _('This page') }}</h3>
8
rel="nofollow">{{ _('Show source') }}
9
</a>
10
</li>
11
+ {% if language != "en" %}
12
+ <li>
13
+ <a href="https://github.com/python/python-docs-{{ language }}/blob/{{ version }}/{{ pagename }}.po?plain=1"
14
+ rel="nofollow">{{ _('Show translation source') }}</a>
15
+ </li>
16
+ {% endif %}
17
</ul>
18
</div>
19
{%- endif %}
0 commit comments