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 10b3205 commit 3733abdCopy full SHA for 3733abd
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"
14
+ rel="nofollow">{{ _('Show translation source') }}</a>
15
+ </li>
16
+ {% endif %}
17
</ul>
18
</div>
19
{%- endif %}
0 commit comments