File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414
1515 <p style =" text-align : center ;" >
1616 {% if project .built %}
17- <a href =" https://docs.python.org/{{ project.language.code }}/3/" style =" color : #1595fe ;" >View</a >
17+ <a href =" https://docs.python.org/{{ project.language.code }}/3/" style =" color : #1595fe ;" >View {{ project.language.name }} </a >
1818 •
1919 {% endif %}
2020 {% if project .contribution_link %}
21- <a href =" {{ project.contribution_link }}" style =" color : #1595fe ;" >Contribute</a >
21+ <a href =" {{ project.contribution_link }}" style =" color : #1595fe ;" >Contribute to {{ project.language.name }} </a >
2222 {% elif project .uses_platform %}
23- <a href =" https://app.transifex.com/join/?o=python-doc&p=python-newest&t=opensource" style =" color : #1595fe ;" >Contribute</a >
23+ <a href =" https://app.transifex.com/join/?o=python-doc&p=python-newest&t=opensource" style =" color : #1595fe ;" >Contribute to {{ project.language.name }} </a >
2424 {% else %}
25- <a href =" https://devguide.python.org/documentation/translations/translating/" style =" color : #1595fe ;" >Contribute</a >
25+ <a href =" https://devguide.python.org/documentation/translations/translating/" style =" color : #1595fe ;" >Contribute to {{ project.language.name }} </a >
2626 {% endif %}
2727 </p >
2828 <div class =" progress-bar-container" >
You can’t perform that action at this time.
0 commit comments