File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 66 <meta name =" description" content =" Python Docs Translation Dashboard" >
77</head >
88<body >
9- <center >
10- <h1 >Python Docs Translation Dashboard</h1 >
11- </center >
9+ <h1 >Python Docs Translation Dashboard</h1 >
1210<table >
1311<thead >
1412<tr >
1513 <th >language</th >
16- <th >build </th >
14+ <th >switcher </th >
1715 <th >visitors*</th >
1816 <th >translators</th >
1917 <th >completion</th >
2321{% for project in completion_progress | sort (attribute ='completion,translators.number' ) | reverse %}
2422<tr >
2523 <td data-label =" language" >
26- <a href =" {{ project.contribution_link }}" target =" _blank" >{{ project.language.name }}</a >
27- ({{ project.language.code }})
24+ <a href =" {{ project.contribution_link }}" target =" _blank" >{{ project.language.name }} ({{ project.language.code }})</a >
2825 </td >
2926 <td data-label =" build" >
3027 {% if project .in_switcher %}
3128 <a href =" https://docs.python.org/{{ project.language.code }}/" target =" _blank" >✓</a >
3229 {% elif project .built %}
33- <a href =" https://docs.python.org/{{ project.language.code }}/" target =" _blank" >□</a >
34- {% else %}
35- ✗
30+ <a href =" https://docs.python.org/{{ project.language.code }}/" target =" _blank" >✗</a >
3631 {% endif %}
3732 </td >
3833 <td data-label =" visitors" >
You can’t perform that action at this time.
0 commit comments