File tree 1 file changed +2
-7
lines changed
1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 14
14
<th >language</th >
15
15
<th >contribute</th >
16
16
<th >build</th >
17
- <th >visitors¹ </th >
17
+ <th >visitors* </th >
18
18
<th >translators</th >
19
- <th >warnings²</th >
20
19
<th >completion</th >
21
20
</tr >
22
21
</thead >
50
49
{{ project.translators.number }}
51
50
{% if project .translators .link %} </a >{% endif %}
52
51
</td >
53
- <td data-label =" warnings" >
54
- {% if project .completion %} <a href =" warnings-{{ project.language.code }}.txt" >{{ project.warnings }}</a >{% else %} {{ project.warnings }}{% endif %}
55
- </td >
56
52
<td data-label =" completion" >
57
53
<div class =" progress-bar" style =" width : {{ project.completion }}%;" >{{ "{:.2f}".format(project.completion) }}%</div >
58
54
<div class =" progress-bar-outer-label" >{{ "{:.2f}".format(project.completion) }}%</div >
61
57
{% endfor %}
62
58
</tbody >
63
59
</table >
64
- <p >¹ sum of <a href =" https://plausible.io/data-policy#how-we-count-unique-users-without-cookies" >daily unique visitors</a > since 8 June 2024</p >
65
- <p >² number of Sphinx build process warnings</p >
60
+ <p >* sum of <a href =" https://plausible.io/data-policy#how-we-count-unique-users-without-cookies" >daily unique visitors</a > since 8 June 2024</p >
66
61
<p >For more information about translations, see the <a href =" https://devguide.python.org/documentation/translating/" >Python Developer’s Guide</a >.</p >
67
62
<p >Last updated at {{ generation_time.strftime('%A, %-d %B %Y, %-H:%M:%S %Z') }} (in {{ duration // 60 }}:{{ "{:02}".format(duration % 60) }} minutes).</p >
68
63
</body >
You can’t perform that action at this time.
0 commit comments