Add vi language to csv file

This commit is contained in:
Zhao-Linux 2022-10-10 17:59:05 +07:00
parent cd9647463b
commit f001ae4e0a
4 changed files with 207 additions and 143 deletions

View file

@ -53,6 +53,7 @@
{% endblock %}
{% block before_point_head %}
<th class="full-name" style="display:none;">{{ _('Fullname') }}</th>
{% for problem in problems %}
<th class="points header problem-score-col" title="{{ problem.problem.name }}"><a href="{{ url('problem_detail', problem.problem.code) }}">
{{- contest.get_label_for_problem(loop.index0) }}

View file

@ -86,9 +86,6 @@
if ($col.hasClass('rating-column')) {
return;
} else if ($col.hasClass('username')) {
header.push(clean_text($col.text()));
header.push("Full name");
} else if ($col.hasClass('problem-score-col')) {
header.push(clean_text($col.find('.problem-code').text()));
} else {